#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:20px;
	z-index:100;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	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: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-top: 5px;
	margin-left: -5px;
	/* for IE */
  	filter:Alpha(Opacity=90);
	/* CSS3 standard */
  	opacity:0.9;
  	/* for Mozilla */
  	-moz-opacity:0.9;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #336633;
	background-color: #F7EACA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #F2E0B0;
	color: #336633;
	font-weight: normal;
}

/*dropdown menu style ends here*/

