.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	background-repeat: repeat-x;
	background-position: left center;
	padding-left: 0px;
		text-align: left;

}

.chromestyle ul li{
	display: inline;
		text-align: left;

}

.chromestyle ul li a{
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(images/devider.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:normal;
	margin: 0;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 24px;
	padding-bottom: 11px;
	padding-left: 18px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-position:center;
	background-repeat:no-repeat;
	color: #00593D;
	background-image: url(images/js_dropdownbutton_hover.jpg);
	height: 39px;
}

.dropmenudiv{
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index:100;
	background-color: #2BBAEC;
	width: 210px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid     #6FC6FF;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F6F9F2;
	color:#00593D;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

