.chromestyle{
width:892px; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{ 
width: 892px; 
padding: 6px 0;
height:14px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
  font-weight:bold;
color: #fff;
padding: 4px 13px 4px 20px;
margin: 0;
 text-align:center;
text-decoration: none; 
}

.chromestyle ul li a:hover{color: #fff;
background: /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0; margin-left:-10px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0; text-align:center;
line-height:20px;
z-index:100;
background-color:#fff;
width:120px;
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*/
padding: 2px 0;
text-decoration: none;  
font-size:12px; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:12px; 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color: #ccc;
}
