.chromestyle{
width: 99%;
font-weight: bold; font-size:10px; text-align:center
}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
margin: 0;
text-decoration: none;
border-right: 1px solid #E8BEBE; font-size:10pt; font-family:Arial; font-weight:bold; padding-left:7px; padding-right:7px; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li a:hover{
background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left:1px solid #E8BEBE; border-right:1px solid #E8BEBE; border-top:1px solid #E8BEBE; border-bottom:0 solid #E8BEBE; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); font-variant:normal; font-size:10px; font-family:Verdana; color:#FFFFCC
}


.dropmenudiv a{
border-style:solid; border-width:1px; width: 100%;
display: block;
text-indent: 0px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: #0000FF;padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px; font-size:10pt; font-family:Arial; font-weight:bold
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
padding:0; background-color: #C0C0C0;color:#000000; font-family:Arial; font-size:10pt; font-weight:bold
}
