#dropmenudiv{
	position:absolute;
	border: 0 #9E9E9E;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	z-index:100;
	margin-left: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 13px;
	border-color: #9B9B9B;
	font-size: 11px;
	background-color: #FFFFFF;
}

#dropmenudiv a{
	width: 140px;
	display: block;
	text-indent: 3px;
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	margin-bottom: 1px;
	background-color: #4C4C4C;
	border: 1px #FFFFFF;
}

#dropmenudiv a:hover{
	background-color: #717171;
	border: 1px #890000;
	color:#FFFFFF;
}
li {
	list-style-image: url(../images/bullet-b.gif);
}
