.chromestyle {
	height:39px;
	line-height:39px;
	color:#fff3e6;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/nav.gif) repeat-x;
	margin:auto;
}

.chromestyle ul {
	height:39px;
	line-height:39px;
	text-align: center;
	margin:auto;
	width:852px;
	padding:0;
	list-style-type: none;
	list-style-position:outside;
	display:block;
}

.chromestyle ul li {
width:142px;
display:block;
margin:auto;
padding:0;
text-align:center;
float:left;
}

.chromestyle ul li a {
color: #fff;
text-decoration: none;
height:39px;
width:142px;
display:block;
}

.chromestyle ul li a:hover {
background:url(images/nav-hover.gif) repeat-x;
width:142px;
display:inline;
height:39px;
display:block;
}


/* Style for Drop Down Menu */
.chromestyle li ul {
position: absolute;
z-index: 300;
}
.chromestyle li ul li {
float:left; clear:both;
font:Tahoma, sans-serif, Arial;
font-size: 11px;
}
.chromestyle ul ul { top:auto; }
.chromestyle li ul li a {
width: 130px;
padding: 6px;
position: relative;
display: block;
text-decoration: none;
font-weight: bold;
text-align: left;
color: #fff;
height: auto;
line-height: 14px;
background: #ffb25a url(images/dropmenu.jpg) repeat-x top;
}
.chromestyle li ul li a:hover {
width: 130px;
position: relative;
display: block;
text-decoration: none;
font-weight: bold;
text-align: left;
color: #fff;
height: auto;
line-height: 14px;
background:url(images/subHover.jpg) repeat-x center top #ff7f1e;
}
