


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	background-color: #bd1212;
	width: 150px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #bd1212;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #b90e0e;
}

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

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