.chromestyle{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; width: 99%; font-weight: bold; text-transform: lowercase; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-transform: lowercase; content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.chromestyle ul{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; border: solid 1px #bbb; width: 100%; background: url(../images/chromebg.gif) repeat-x center ; /*THEME CHANGE HERE*/
text-transform: lowercase; padding: 4px 0; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; text-transform: lowercase; display: inline; }

.chromestyle ul li a{ color: #666; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; padding: 4px 7px; margin: 0; text-decoration: none; text-transform: lowercase; border-right: 1px solid #dadada; }

.chromestyle ul li a:hover{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; background: url(../images/chromebg-over.gif) repeat-x center; text-transform: lowercase; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-transform: lowercase; content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{ font-size: 12px; font-family: Verdana, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; font-style: normal; line-height: 18px; position:absolute; top: 0; z-index:100; background-color: white; text-transform: lowercase; 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 #bbb; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; font-weight: normal; color: #666; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; text-transform: lowercase; }

* html .dropmenudiv a{ /*IE only hack*/
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; text-transform: lowercase; width: 100%; }

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; background-color: #f0f0f0; text-transform: lowercase; }
