#dropmenudiv{
	position:absolute;
	margin: 0px 0px 0px -15px;
	text-decoration: none;
	font-weight:normal;
	z-index:100;
	padding: 10px 0px 12px 15px;
	background-attachment: scroll;
	background-image: url(../images/Nav-Dropdown-01.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#dropmenudiv a{
	height: 13px;
	display: block;
	text-indent: 0px;
	margin: 0px 0px 5px 15px;
	color:#C6C6C6;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

#dropmenudiv a:hover{ /*hover background color*/
	color:#FFFFFF;
	
}