/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 52px;
	border-top-color:#FFFFFF;
	/*border: 1px solid #0A4FD5; THEME CHANGE HERE*/
border-bottom-width: 0;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	line-height:13px;
	z-index:100;
	background-color: #ad0000;
	width: 240px;
	color:#FFFFFF;
	visibility: hidden;
	left: 595px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
height:auto;
display:block;
text-indent: 6px;
 /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
height:auto;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-repeat:repeat-x;
color:#000000;
background-color:#FFFFFF;
}
