.chromestyle{
	width:100%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	padding-top:3px;
	*+padding-top:0;
	_padding-top:3px;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	visibility:hidden;
	width:185px;
	border-top:1px solid #84aec1;
	border-right:none;
	border-bottom:none;
	border-left:none;
	
	background:url('/images/1/bkgDropDown.jpg') repeat-y;
	_margin-top:-4px;
}
.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	padding:6px 6px 6px 20px;
	text-decoration:none;
	color:#007cc3;
	font-size:12px;
	line-height:auto;
	width:159px;
	border-top:1px solid #d0f0ff;
	border-right:1px solid #cadbde;
	border-bottom:1px solid #82abc0;
	border-left:none;

	background:url('/images/1/arrowGold.gif') no-repeat 8px 12px;
}
* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#cff2ff url('/images/1/arrowGold.gif') no-repeat 8px 12px;
}

/* Last menu item */
#dropmenu112 {
	margin-left:-45px;
}
