body {
	margin-top: 15px;
	background-color: #F0F0F0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
a:link {
	color: #666666;
	text-decoration: none;
}
h1 {
	font-size: 24px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #A8A8A8;
}
a:hover {
	text-decoration: none;
	color: #99CC33;
}
a:active {
	text-decoration: none;
}
h3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}
#dropmenudiv{
	position:absolute;
	border:1px solid #FFFFFF;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	font-style: normal;
	font-weight: normal;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #EDEDED;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E5E5E5;
}

