
.dropmenudiv{
	position:absolute;
	line-height:18px;
	top: 0;
	z-index:100;
	width: 300px;
	visibility: hidden;
	text-align:left;
	margin-left: -10px;
	float: left;
	margin-top: -1px;
	background-color: #aeaeae;
	padding: 12px 6px 6px 6px;
}

.dropmenudiv2{
	position:absolute;
	line-height:18px;
	top: 0;
	z-index:100;
	width: 180px;
	visibility: hidden;
	text-align:left;
	margin-left: -10px;
	float: left;
	margin-top: -1px;
	background-color: #aeaeae;
	padding: 12px 6px 6px 6px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #ad9ac8;
}

.dropmenudiv a{
	width: auto;
	clear: both;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
}

.sublinks {
	margin: 0 10px;
	clear: both;
}

* html .dropmenudiv a, * html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #ad9ac8;	
color: #fff;
}


.dropmenudiv2 a{
	width: auto;
	clear: both;
	font-weight: normal;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
}

.dropmenudiv2 a:hover {
background: #ad9ac8;	
color: #fff;
}

