@charset "UTF-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
color: #666666;
border-bottom-width: 0;
border:1px solid #ffffff;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	color:#000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #FF0000;
color:#ffffff;
}	
	
