@charset "utf-8";
/* CSS Document */

            

#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CC3300;
	text-decoration: none;
	border: 1px solid #F6F6F6;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

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

