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

.dropmenudiv{
position:absolute;
margin-top: 0px;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
/*border-bottom: 2px solid #000000;*/
line-height:18px;
z-index:2000;
background: #FDDF7D;
width: 200px;
visibility: hidden;
padding:5px;
margin-left: 5px;
}

	.dropmenudiv1{
	position:absolute;
	margin-top: 0px;
	/*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:2000;
	background: #FDDF7D;
	width: 200px;
	visibility: hidden;
	padding:5px;
	margin-left: 0px;
	}

	.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
	font-size: 12px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#5E6E0C;
border-bottom:dashed 1px #333333;
padding-top:5px;
padding-bottom: 5px;
text-align: left;
	}
	.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
	color:#FF6600;
	font-weight:bold;
	}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
	font-size: 12px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#5E6E0C;
border-bottom:dashed 1px #333333;
padding-top:5px;
padding-bottom: 5px;
text-align: left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#FF6600;
font-weight:bold;
}