.chromestyle{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 890px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #DADADA;
	padding-top: 4px;
	padding-right: 63px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFFF;
	background-color: #3B3B39;
	background-repeat: repeat-x;
	background-position: center center;
	padding-left: 10px;
	padding-top: 4px;
	padding-right: 63px;
	padding-bottom: 4px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #EFEFEF;
	width: 200px;
	visibility: hidden;



filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
	width: 200px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 200px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #3B3B39;
	color: #FFFFFF;
}
