.chromestyle{
width: 100%;

}
.whitetxt_light{font-family:Arial; font-size:14px; color:#FFF; text-align:left; margin:0px; padding:0px;}
.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; 
margin:0px;
padding:0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family:Arial;
font-size:12px;
color:#deb903;
text-decoration:none;
vertical-align:top;
margin:0px;
padding:0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*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: #000000; 
opacity:0.8; 
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity:0.8;
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;

}