/* CSS Document */

#dropmenudiv{
	position: absolute;
	padding-top: 0px;
	border: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #494949;
	background-color: #e0e0e0;
	line-height: 20px;
	z-index: 100;
	text-indent: 2px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	background-color: #e0e0e0;
}

#dropmenudiv a:hover{ /*hover background color*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #e0e0e0;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}

