/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	margin: 0px !important;
	padding: 0px !important;
	width: 200px !important;
	position: absolute;
	top: 35px !important;
	left: 0px !important;
	text-align: left;
	display: block;
	background-color: #E4E4E4 !important;
	border: 1px solid #BFBFBF !important; /*THEME CHANGE HERE*/
	z-index: 99999;
	visibility: hidden;
	float: none;
	/*filter: alpha(opacity=45);
	-moz-opacity: 0.45;*/

}


.dropmenudiv a.drop {
	margin: 0px 5px !important;
	padding: 5px 15px !important;
	width: 160px !important;
	display: block;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	background-image: url(img/arow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #BFBFBF !important; /*THEME CHANGE HERE*/
	z-index: 99999;
	float: none;
}

.dropmenudiv a.drop:hover { /*THEME CHANGE HERE*/
	margin: 0px 5px !important;
	padding: 5px 15px !important;
	width: 160px !important;
	display: block;
	text-decoration: underline;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	white-space: nowrap;
	background-image: url(img/arow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px solid #BFBFBF !important; /*THEME CHANGE HERE*/
	z-index: 99999;
	float: none;
}
