.chromestyle{
width: 99%;
font-family: Arial, Helvetica, sans-serif;
}

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

.chromestyle ul{
font-family: arial, Helvetica, sans-serif;
font-size: 0.65em;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-family: Arial, Helvetica, sans-serif;
display: inline;
}

.chromestyle ul li a{
font-family: arial, Helvetica, sans-serif;
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid white;
}

.chromestyle ul li a:hover{ color: #666; font-family: arial, Helvetica, sans-serif; }

.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; top: 0; font-family: arial, Helvetica, sans-serif; z-index:100; background-color: #333; text-align: left; width: 200px; visibility: hidden; border-color: #bbb; border-style: solid; border-width: 1px 1px 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
font-family: arial, Helvetica, sans-serif;
font-size: 0.65em;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
font-family: Arial, Helvetica, sans-serif;
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white; font-family: arial, Helvetica, sans-serif; background-color: black; }
