.chromestyle{
font-weight: bold;
}

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

.chromestyle ul{
	width: 100%;
	padding:0;
	margin: 0;
}

.chromestyle ul li{
	float:left;
	list-style-image:none;
	list-style:none;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 3px solid #333333; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #333;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4) alpha(opacity=100); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-decoration: none;
font-weight: bold;
color: #999;
padding-left:10px;
line-height:20px;
}

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

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