
.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/nav/mainnav.gif) -135px -29px;
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin: 0;
	padding: 0 0 55px 0;
	font:normal 11px arial;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	width:215px;
	background: url(../images/nav/nav-dd-bg.gif) no-repeat bottom;
}


.dropmenudiv a{
	width: 124px;
	padding: 2px 20px 2px 20px;
	float: left;
	clear: both;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #282a65;
	font-size: 12px;
}

.dropmenudiv a:hover {
	background: url(../images/nav/subnav-strike.gif) no-repeat center left;
}

.maincat {
	font-size: 13px;
	display: block;
	color: #441110;
	font-weight: bold;
	background: url(../images/nav/underline.gif) no-repeat bottom left;
	padding-bottom: 8px;
	margin: 6px 12px;
	clear: both;
	float: left;
	width:190px;
}	

* html .dropmenudiv a{ /*IE only hack*/
width:128px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #2391a3;
}
