.chromestyle{
margin-left:0px;
/* width: 99%;*/
/* font-weight: bold; */
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: ; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
/*width: 100%;*/
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle li{
display: block;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #ffffff;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff; /*THEME CHANGE HERE*/
}

.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;

border-bottom-width: 0;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100;
background-color: #9cabaf; /* SET BG HERE */
visibility: hidden;
margin-left: 0px;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: ;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
margin-left:0px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9cabaf;
text-decoration: underline;
}
