.chromestyle{
width: 100%;
font-weight: bold; 
padding-bottom:0px;
float:left;
}
.chromestyle:after{ /*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;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
width: 100%; 
margin:0px;
text-align: left;
float:left;
padding:0px;/*set value to "left", "center", or "right"*/

}
.chromestyle ul li{
list-style:none;
background-image:none;
margin:0px;
}
.chromestyle ul li a:link{
color:#cccccc; 
text-decoration: none; 
font-weight: bold;
margin:0px;
/*margin: 0;padding: 0px 0px;
margin-top:-5px; 
border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:active{
color:#cccccc; 
text-decoration: none;
margin:0px;
/*padding: 0px 0px; margin: 0;font-weight: normal;
margin-top:-5px;*/
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:visited{
color:#cccccc; 
text-decoration: none;
margin:0px;
/*margin: 0;padding: 0px 0px;
font-weight: normal;
margin-top:-5px;*/
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover{
margin:0px;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#cccccc;
}

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

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

.dropmenudiv{
position:absolute; 
border: 1px solid #5F4C3B; /*THEME CHANGE HERE*/
font:normal 12px Verdana;
border-top-color:#FFFFFF;
z-index:100;
visibility: hidden;
margin:0px;
width:125px;
padding:0px 0px 5px 15px;
background-color:#ffffff;
text-align:left;
font-family:"Baskerville Old Face";
font-weight:300;
line-height:28px;
font-size:18px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:link{
width: auto;
display: block;
text-indent: 1px;  
text-decoration: none;
color:#5F4C3B;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 1px;  
text-decoration: none;
font-weight: bold;
color:#5F4C3B;
}

.dropmenudiv a:active{
width: auto;
display: block;
text-indent: 1px;  
text-decoration: none; 
color:#5F4C3B;
}

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

.dropmenudiv a:hover{  
color:#5F4C3B; 
}