
.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	margin-left: -44px;
	width: 160px;
	visibility: hidden;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #191919;
}



.dropmenudiv a{
	width: auto;
	background: #f4eff7;
	border-bottom: 1px solid #3c0059;
	clear: both;
	font-weight: normal;
	font-size: 11px;
	display: block;
	padding: 3px 12px;
	text-decoration: none;
	color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(../images/nav/subnavBulletsHover.gif) no-repeat left center #bdbdbd;
color: #191919;
}


