.chromestyle{
	width: 100%;
	font-weight: bold;
	font:normal 12px Verdana;
	border: 0px;
}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px;
	width: 100%;
	height: 25px;
	color: #FFFFFF;
	background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 10px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
height: 35px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	background-color:#000000;
	padding: 4px 7px;
	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*/
border-bottom: #d67400 3px solid;
color: #FFFFFF;
background: url(../images/chromebg-over.gif) center center repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #232323; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #FFFFFF;
background-color: #0b0b0b;
width: 300px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #232323; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
background-color: #232323;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background-color: #232323;
}
