body { color: #000; font-family: Arial, Helvetica, sans-serif; margin: 0 auto; padding: 0; font-size: 12px; font-style: normal; line-height: 140%; }

.chromestyle{ font:bold 12px 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 #005d5f;
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 12px Arial; padding: 8px 12px; margin: 0; text-decoration: none; border-right: 1px solid #005d5f; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
color: #005d5f; font-size: 9px; font-weight: bold; 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:12px/18px Arial; z-index:100; background-color: #148b93; width: 200px; visibility: hidden; border-color: #005d5f; 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 #008184; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #005d5f;
}
