.chromestyle{

width:100%;

}

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


}

.chromestyle ul{

width: 100%;
margin: 0;
text-align: left; 
padding:0px;


}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
font-family:Arial;
font-size:12px;
color:#818285;
text-decoration:none;
vertical-align:top;






}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{  color:#deb903;/*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
/*background:url(../images/yellow_arrow.png) no-repeat 5px 0px;*/
margin-top:8px;
font-family:Arial;
font-size:12px;
line-height:18px;
 color:#deb903;
z-index:100;
text-decoration:none;
visibility: hidden;
background-color: #010201; 
text-align:left;
 padding-bottom:5px;
 }

.dropmenudiv a{
width: auto;
display: block;
font-family:Arial;
font-size:12px;
color:#818285;
line-height:20px;
text-transform:capitalize;
text-decoration:none;
padding-left:12px;
padding-bottom:5px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-transform:capitalize;
text-decoration:none;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

color:#deb903;
text-transform:capitalize;
text-decoration:none;

}