/* stuff for dropdown menu*/

#dropmenudiv
{
	position:absolute;
	border:1px white solid;
	font:normal 12px Georgia;
	color:white;
	margin-top:0px;
	line-height:28px;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid black;
	text-decoration: none;
	background-color: white;
	color:#063b31;
	width:200px;
	
}

#dropmenudiv ul
{
	list-style-type: disc;
}

#dropmenudiv a:hover
{
	background-color:#063b31;
	color:white;
}

/* end stuff for dropdown menu*/@charset "utf-8";
/* CSS Document */

