.chromestyle{
width:100%;
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{
width: 50px;
background-color:#FFFFFF;
margin-right: 30px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: left;
}

.chromestyle ul li a{
color: #494949;
text-decoration: none;

}

.chromestyle ul li a:hover{
background-color:#666666; /*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;
font-size:8pt;
font-family:"Trebuchet MS", Tahoma;
line-height:18px;
z-index:100;
background-color: #333333;
width:85px;
visibility: hidden;
padding:5px;
}


.dropmenudiv a{
width: 80px;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #999999;
}

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

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