/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
	color: #006666;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li{
float:left;
width:139px;
position:relative;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:50;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ECE9D8;
}

/* use the table to position the dropdown list */
.menu table{
	float:left;
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:23px;
	font-family: Arial, Helvetica, sans-serif;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:12px;
	width:138px;
	padding:5px 0;
	color:#FFFFFF;
	background:#2E7045;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	height: auto;
}
/* style the links hover */
.menu :hover{
color:#444;
background:#009966;
}

/* hide the sub level links */
.menu ul ul {
	position:absolute;
	width:auto;
	height:auto;
	visibility: hidden;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	background-image: url();
	background-repeat: repeat-x;
	background-color: #ECE9D8;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
.style4 {	font-size: 9px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	padding: 12px;
}
