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

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:20px;
	z-index:100;
	background-color: #424d51;
	width: 210px;
	visibility: hidden;







filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #EBEBEB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #737373;
	padding-top: 2px;
	padding-right: 10;
	padding-bottom: 2px;
	padding-left: 10px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #106ebd;
	color: #FFFFFF;
}

