.chromestyle{
width: 98%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/*normal*/
.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg11-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
padding: 4px 9px ;
background-color:#064E94;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 9px ;
margin: 0;
text-decoration: none;
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
/*border-right: 1px solid #FFFFFF;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*background: url(chromebg10-over.gif) center center repeat-x;*//*THEME CHANGE HERE*/
padding: 4px 9px ;
margin: 0;
text-decoration: none;
background-color:#064E94;
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
color:#97D9FF;
/*border-right: 1px solid #000000;*/ /*THEME CHANGE HERE*/
}

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


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

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #D1A015;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border: 1px solid #D1A015; *//*THEME CHANGE HERE*/
padding: 5px 0 5px 10px;
text-decoration: none;
font-family:Trebuchet MS;
font-size:11px;
font-weight: normal;
color: black;
background-color:#064E94;
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
color:#97D9FF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*//*EAFADC*/
background-color: #868787;
font-family:Trebuchet MS;
font-size:11px;
font-weight:normal;
color:#FFFFFF;
width:180px;
}
