.chromestyle{
	width: 100%;
	font-weight: bold;
}

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

.chromestyle ul{
	margin: 0 0 0;
	padding: 0;
	float: left;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 936px;
	overflow: hidden;
	background: #231260 url(images/blockdefault.gif) repeat-x center top;
	}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	float: left;
	color: #333333;
	padding: 18px 11px 19px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.chromestyle ul li a:hover{
background: url(images/blockactive.gif) repeat-x center center; /*THEME CHANGE HERE*/
}




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

.dropmenudiv{

position:absolute;
top: 0px;
border-top: 1px solid #ACACAC;
border-right: 1px solid #ACACAC;
border-bottom: 0 solid #ACACAC;
border-left: 1px solid #ACACAC;
font: normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
z-index:100;
background: #E6E6E6;
width: 250px;
visibility: hidden;
padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;

}


.dropmenudiv a{
	width: 250px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 2px;
}

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