/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position: absolute;
	top: 25px !important;
	left: 0px !important;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	line-height: 15px;
	background-color: #000000 !important;
	width: 220px;
	visibility: hidden;
	text-align: left;
	margin: 0px;
}

.dropmenudiv a.drop {
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 15px;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}

.dropmenudiv a.drop:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #FA0100;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
}

