.chromestyle{
width: 100%;
font-weight: bold;
padding: 0px 0px;
font-family:Arial,Trebuchet;
font-size:10px;
}

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

.chromestyle ul { background: url("images/blue.gif") repeat-x center; text-align: center; margin: 0; padding: 0px; width: 100% }

.chromestyle ul li{
display: inline;
}

/*.chromestyle ul li a{
color: #273F5B;
padding: 0px 0px;
margin: 0;
text-decoration: none;

}*/

.chromestyle ul li a:hover{

 center center repeat-x; /*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-bottom-width: 0;
font:normal 10px Trebuchet;
line-height:14px;
text-align: left;
z-index:100;
background-color: FDCD53;
width: 130px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 3px 6px;
text-decoration: none;
font-weight: bold;
color: #086EA6;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EE9424;

}