#dropmenudiv{
	position:absolute;
	border-bottom-width: 0px;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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



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

body {
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
}
