.chromestyle{
	width: 100%;
	font-weight: bold;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.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: bold 12px Arial;
	width: 900px;
	overflow: hidden;
	background: #231260 url(../images/blockdefault.gif) repeat-x center top;
	}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	float: left;
	color: white;
	padding: 9px 9px 10px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #221361;
}

.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 #686087;
border-right: 1px solid #686087;
border-bottom: 0 solid #686087;
border-left: 1px solid #686087;
font: bold normal 12px Arial, Helvetica, sans-serif;

line-height:18px;
z-index:100;
background: #221361;
width: 135px;
visibility: hidden;

}


.dropmenudiv a{
	width: 132px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #686087;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 3px;
}

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