.chromestyle{
	width: auto;
	font-weight: bold;
	height: 40px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial;
	background-image: url(../image/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-transform: uppercase;
}

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

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center;
	height: 40px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	line-height: 23px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #CCCCCC;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 6px;
	text-indent: 1px;
	background-image: url(../image/division.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	height: 40px;
	color: #FFFFFF;

}

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	z-index:100;
	width: auto;
	visibility: hidden;











filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	left: 0;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #2875C7;
	border-bottom-color: #2875C7;
	border-left-color: #2875C7;
	height: auto;
	line-height: 22px;
	filter: Alpha(Opacity=95);
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #033464;
	font-family: Arial;
	font-size: 11px;
	padding-right: 11px;
	padding-left: 11px;
	background-color: #FFFFFF;
	height: auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #033464;
	color: #FC3D32;
	height: auto;
	width: auto;
	filter: Alpha(Opacity=90);
}
.dropmenudiv a:active{ /*THEME CHANGE HERE*/
	background-color: #033464;
	color: #FC3D32;
	height: auto;
	width: auto;
	filter: Alpha(Opacity=90);
}