.chromestyle{
width: 99%;
font-family: Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-family: Arial, Helvetica, sans-serif;
display: inline;
}

.chromestyle ul li a{ font-family: arial, Helvetica, sans-serif; color: #006; font-size: 0.6em; padding: 4px 7px; margin: 0; text-decoration: none; border-right: 1px solid white; ;border-top-color: white; border-bottom-color: white; border-left-color: white; }

.chromestyle ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li a[rel]: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; font-family: arial, Helvetica, sans-serif; z-index:100; background-color: #fc3; text-align: left; width: 200px; visibility: hidden; border-color: #bbb; border-style: solid; border-width: 1px 1px 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{ font-family: arial, Helvetica, sans-serif; font-size: 0.6em; width: auto; display: block; text-indent: 3px; border-bottom: 1px solid white; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; color: #006; border-top-color: white; border-right-color: white; border-left-color: white; }

* html .dropmenudiv a{ /*IE only hack*/
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: arial, Helvetica, sans-serif;
background-color: #fc0;
}