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


#dropmenudiv {
	position: absolute;
	/* border: 1px solid black; */
	/* border-bottom-width: 0; */
	line-height: 18px;
	z-index: 100;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	/* text-indent: 3px; */
	text-indent: 15px;
	/* border-bottom: 1px solid black; */
	/* padding: 1px 0; */
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

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


.text li {
	list-style-type: disc;
}

