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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ color: #0b4da1; font-size: 10pt; line-height: 11pt; padding: 4px 7px; margin: 0; text-decoration: none; border-right: medium none; }

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


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

.dropmenudiv{ position:absolute; top: 0; font:6pt/8pt Verdana; z-index:100; background-color: white; 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{ width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; font-weight: normal; color: black; font-size: 8pt; line-height: 9pt; }

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

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