
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	filter: Alpha(opacity=70); opacity: 0.7;
	position:absolute;
	text-align: left;
	top: 0;
	font: normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 150px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	filter: Alpha(opacity=70); opacity: 0.7;
	background-color: #e9e9e9;
}
