/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:22px;
	z-index:100;
	background-color: #F7F7F7;
	width: 132px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#e2ebed,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #4F4F4F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E6E6E6;
	border-right-color: #E6E6E6;
	border-bottom-color: #E6E6E6;
	border-left-color: #E6E6E6;
	/*border-radius: 7px;*/
	text-align: left;
	text-decoration: none;
	margin: 1px;
	padding: 3px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #255B83;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #A70707;
	color: #FFFFFF;
	text-decoration: none;
}


.menu{ 
	margin:0;
}
