.chromestyle{ width: 840px; font-weight: bold; background-color: #000; float: left; margin-top: 60px; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0 #bbb;
width: 900px;
background: url(chromebg.gif) repeat-x center; /*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: #fff; font-size: 12px; font-weight: bold; padding: 4px 7px; margin: 0; text-decoration: none; border-right: 1px solid #dadada; }

.chromestyle ul li a:hover{ color: #fff; background: #000 url(chromebg-over.gif) repeat-x center; /*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{ color: #fff; position:absolute; top: 0; font:12px/18px Verdana; background-color: #000; width: 300px; z-index: 100; visibility: hidden; float: left; border-color: #bbb; border-style: solid; border-width: 1px 1px 0; display: block; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{ display: block; text-indent: 3px; border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0; text-decoration: none; font-weight: bold; color: #fff; background-color: #000; }
.dropmenudiv a:hover { color: #000; font-weight: bold; text-decoration: none; background-color: #fff; text-indent: 3px; display: block; padding: 2px 0; border-bottom: 1px solid #bbb; }
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
