/* CSS Document */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #99CC00;
}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #669900;
	background-position:bottom RIGHT;
}
-->
</style>
<style type="text/css">
<!--
.style1 {color: #000000}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFF00;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.style5 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }
.style7 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }

input, textarea	{
border: 1px solid #000000;
font-family: verdana;
font-size: 11px;
background-color: #ffffff;
padding-left: 1;
padding-right: 1;
padding-top: 1;
padding-bottom: 1
}

.input2	{
border: 1px solid #000000;
color: #ffffff;
font-family: verdana;
font-size: 11px;
background-color: #ffffff;
padding-left: 1;
padding-right: 1;
padding-top: 1;
padding-bottom: 1
}

.input3	{
border: 1px solid #000000;
color: #000000;
font-family: verdana;
font-size: 11px;
background-color: #ffffff;
padding-left: 1;
padding-right: 1;
padding-top: 1;
padding-bottom: 1
}
