.chromestyle{
	width:99%;
}
.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:3px 0 0 0;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	visibility:hidden;
	width:177px;
	border-top:1px solid #a0babb;
	border-right:1px solid #a0babb;
	border-bottom:1px solid #d8eaeb;
	border-left:none;
	
	_margin-top:-4px;
}
.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	padding:5px 6px 5px 16px;
	text-decoration:none;
	color:#365f60;
	font-size:11px;
	line-height:auto;
	width:155px;
	background:url('/images/1/bkgDropDown.gif') repeat-y;
	border-top:1px solid #d8eaeb;
	border-right:1px solid #a0babb;
	border-bottom:1px solid #a0babb;
	border-left:none;
}
* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:url('/images/1/bkgDropDownOver.gif') repeat-y;
}

/* Last menu item */
#dropmenu112 {
	margin-left:-45px;
}
