.chromestyle{

font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;

padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
padding: 0px;
}

.chromestyle ul li a{
padding: 0px;
margin: 0;

}

.chromestyle ul li a:hover{
/*THEME CHANGE HERE*/
color: white;  font: bold 10px Verdana, arial,  sans-serif; 

text-decoration: none;line-height: 16px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
padding: 0px 12px 4px 32px;
color: #e0ebde;  font: bold 10px Verdana, arial,  sans-serif; text-decoration: none;line-height: 16px;
z-index:100;

visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
display: block;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-indent: 3px;
background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
color: FDE5D7;  font: bold 10px Verdana, arial,  sans-serif; text-decoration: none;line-height: 22px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
color: 7A5B33;  font: bold 10px Verdana, arial,  sans-serif; text-decoration: none;line-height: 22px;
}