.chromestyle {
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: 48px;
	border: 0px solid #FF0000;
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	
	/*width: 99%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #330099;
	position: relative;
	top: 0px;
	left: 77px;
	display: block;
	height: 44px;*/
	
	
}
.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 solid #FF0033; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	height: 48px;
	list-style-type: none;
	position: relative;
	left: 1px;
	top: 0px;
	width: 99%;
}
.chromestyle ul li{
	display: inline;
	height: 48px;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	position: relative;
	left: 0px;
	top: 0px;
}
.chromestyle ul li a{
	color: #494949;
	padding: 0px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 48px;
	display: block;
	border: 0px solid #FF0000;
}


#HOME .chromestyle ul li a:hover, #HOME .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../../../images/homeMenu_OVER.jpg);
	background-position: 2px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../../../images/subMenu_OVER.jpg);
	background-position: 2px;
}



.chromestyle ul li a span {
	display: none;
}

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:1500;
	background-color: #000000;
	width: 200px;
	visibility: hidden;
	text-align: left;
	overflow: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	margin: 0px;
	padding: 0px;
}


.dropmenudiv a{
	width: 100%;
	display: inline;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #548742;
	background-color: #fbcf0a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	background-image: url(../../../images/dropMenu_OFF.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #21830a;
	color: #990000;
	background-position: 0px 0px;
	background-image: url(../../../images/dropMenu_OVER.jpg);
	background-repeat: repeat-x;
}
