BODY {
 	font-family: Arial, Helvetica, san-serif;
 	font-size: 12px;
 	background-color: #67778C;
 	margin-top: 0px;
}

td {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
}

A:link {color: white}
A:visited {color: white}
A:active {color: yellow}
A:hover {color: yellow}
A.forms {color:#0000a0}
A.forms:hover {color:blue}
A.forms:visited {color:red}

#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 1;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

.bgdgray
{
	background-color: #656464;
	}

.bgdgray2
{
	background-color: #8D97A3;
	}

.bgshadl
{
	background-color: #000000;
}

.bgshadr
{
	background-color: #FFFFFF;
}

.bgshade
{
	background-color: #876608;
}

.main
{
	z-index: 100;
	POSITION: absolute;
	height: 80 px;
	width: 100%;
	top: 0 px;
	left: 0 px;
}

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

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

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
}