.chromestyle{
width: 99%;
font-weight: 600;
text-align:left;
color: #FFFFFF;
font-size:12px;
vertical-align:bottom;
}

.chromestyle:after{/*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
color: #FFFFFF;
font-family: Arial;
font-size:12px;
visibility: hidden;
vertical-align:bottom;
}

.chromestyle ul{
width: 100%;
color: #FFFFFF;
font-family: arial;
font-size: 12px;
text-decoration:none;
padding: 0 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
vertical-align:top;
}

.chromestyle ul li{
display: inline;
color: #FFFFFF;
font-family: arial;
font-size:12px;
vertical-align:top;

}

.chromestyle ul li a{
color: #FFFFFF;
font-size:12px;
padding: 3px 7px;
margin: 0;
text-decoration: none;
vertical-align:top;
}

.chromestyle ul li a:hover{
color: #FFFFFF;
text-decoration:none;
font-size:12px;
vertical-align:top;
}

.chromestyle ul li a:visited{
color: #FFFFFF;
text-decoration:none;
font-size:12px;
vertical-align:top;
}

.chromestyle ul li a[type]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:none; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #003366;
width: 140px;
visibility: hidden;
color: #000066;
filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=90);
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #498F9A; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #003366;
background-color: #003366;
}


.dropmenudiv a:link{ /*THEME CHANGE HERE*/
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000066;
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #FFFFFF;
text-decoration: none;
}
