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

.dropmenudiv {
	position:absolute;
	margin-top: 6px;
	border: 1px solid #b8b4a0;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	background-color: #616161;
	width: 125px;
	visibility: hidden;
}

.dropmenudiv  a {
	width: auto;
	display: block;
	border: 0 solid #b8b4a0; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px;
	text-decoration: none;
	color: #fff;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #969487;
	color: #fff;
	text-decoration:underline;
}
