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

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content:"."; 
display:block; 
height:0px; 
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: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li {
display: inline;
}

.chromestyle ul li a {
color: #757070;
padding: 4px 9px ;
margin: 0;
text-decoration: none;
font-family:"Trebuchet MS";
font-size:13px;
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:#FFFFFF;*/
font-family:"Trebuchet MS";
font-size:13px;
font-weight:normal;
color:#000000;
/*border-right: 1px solid #000000;*/ /*THEME CHANGE HERE*/
border-bottom:2px solid #58B2EC;
}

.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-family:"Trebuchet MS";
font-size:13px;
line-height:18px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
border-bottom:1px solid #58B2EC;
}


.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:13px;
font-weight: normal;
color: black;
background-color:#E8E8E8;/*064E94*/
font-weight:normal;
color:#084B71;
}

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