.chromestyle{ font-size: 1em; font-family: arial; width: 99%; }

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

.chromestyle ul{ font-size: 0.7em; font-family: arial; width: 100%; padding: 2px 0 -2px; margin: 0; text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ display: inline; }

.chromestyle ul li a{ color: black; font-family: arial; padding: 4px 7px; margin: 0; text-decoration: none; border-right: 1px solid #ccc; }

.chromestyle ul li a:hover{ color: #FFF; 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{ font-family: "trebuchet ms"; position:absolute; top: 0; z-index:100; background-color: white; text-align: left; width: 200px; visibility: hidden; border-color: white; 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-size: 0.7em; width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; color: black; font-family: arial; }

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white; font-family: arial; background-color: #9cc5c9; }