.chromestyle{
	width: 100%;
	height: 23px;
	background: url(../images/menu021.png) center center repeat-x; /*THEME CHANGE HERE*/
}

/*Add margin between menu and rest of content in Firefox*/

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

.chromestyle ul{
border: 1px solid #BBB;
background: url(../images/menu021.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height: 23px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 3px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font:normal 12px Verdana;
	line-height:18px;	
	vertical-align: middle;
	float:left;
}

.chromestyle ul li a:hover, #chromemenu .activeTop a{
	background: url(../images/menu-rollover02.png) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:16px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
	text-align: left;
	filter: alpha( opacity = 70 );
    opacity :.7; -moz-opacity:.7; 
	-khtml-opacity:.7;
	margin-top: 8px;
	border-top: 1px solid #BBB;
	border-right: 2px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #BBB;	
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	margin: 0px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #8793a4;
	color:#FFFFFF;
}
