body { color: #000; font-family: Arial, Helvetica, sans-serif; margin: 0 auto; padding: 0; font-size: 12px; font-style: normal; }

.chromestyle{ font:bold 14px arial; width: 100%; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{ border: solid 1px #000; width: 100%; background: url(chromebg3.gif) repeat-x center; /*THEME CHANGE HERE*/
padding: 8px 0; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{ color: white; font:bold 14px arial; padding: 8px 24px; margin: 0; text-decoration: none; border-right: 1px solid #808080; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{ background: url(chromebg3-over.gif) repeat-x center; padding-top: 8px; padding-bottom: 8px; /*THEM;padding-top: 12px;E CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
color: #ffda95; font-size: 8px; font-weight: normal; content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ color: white; position:absolute; top: 0; font:14px/18px arial; z-index:100; background-color: #090; width: 200px; visibility: hidden; border-color: #3a584c; 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: 100%;
display: block;
text-indent: 3px;
border: solid 1px #3a584c; /*THEME CHANGE HERE*/
padding: 8px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #030;
}