.chromestyle{
width: 709px;
height: 47px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-decoration:none;
/*border: 1px solid #20385e;*/
width: 100%;
/*background: url(images/menubg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
padding-top:14px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
text-decoration:none;
display: inline;
padding: 0px 30px; /*second value changes horizontal spacing*/
}

.chromestyle ul li a:link, .chromestyle ul li a:visited { 
text-decoration:none;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
padding: 0px 0px; /*makes link bigger */
margin: 0;
text-decoration: none;
/*border-right: 1px solid #20385e;*/
}



.chromestyle ul li a:hover, .chromestyle ul li a:active { 
text-decoration:none;
color:#F9B516;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
padding: 0px 0px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #20385e;*/
/*background: url(images/menuBgOver.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle .home {
padding-right:36px; 
text-align: left;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
top: 0;
position:absolute;
/*border: 1px solid #20385e; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #ffc20e;
width: 200px;
visibility: hidden;
text-align:left;
	filter:alpha(opacity="80");
	opacity: 0.8;
	-moz-opacity:0.8;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
/*Add Shadow in IE. Remove if desired*/
}

object {z-index:1;}

.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 6px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:12px;
color: #20385e;
	filter:alpha(opacity="100");
	opacity: 1.0;
	-moz-opacity: 1.0;
	position:relative;
}




* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
}