#dropmenudiv {
	position:absolute;
	background-color: #bcbfb6;
	border:1px solid #cccccc;
	border-bottom-width: 0;

	z-index:100;
	text-align:left;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#dropmenudiv a {
font-family: Arial;
width: 100%;
font-size:11px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fff;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#fff;
text-transform:capitalize;
}



#dropmenudiv a:hover{ /*hover background color*/
background-color: #9d9999;
color: black;
}
