
#nav, #nav ul { /* all lists */

	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	width: em;
}
#nav a:hover {
	color: #f5db2b;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	width: em;
	
}
#nav li:hover ul{ 
display: block;



}
#nav li { /* all list items */
font-family:  arial;
font-weight: normal;
	float: left;
	 
	width: em; /* width needed or else Opera goes nuts */
	/*background: #ECF7E6;*/
	text-decoration: none;
	color: #000000;
	border-style:groove;
	border-color:#c1ff05;
	border-width:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;


}

.lis { /* all list items */
	display:block;
	float: left;
	position:relative; /*hack to kill ie gap */
	top:-3px; /*hack to kill ie gap */
	width: em; /* width needed or else Opera goes nuts */
	text-decoration: none;
	border-width:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;


}
.submenu {
position:relative; /*hack to kill ie gap */
top:-3px; /*hack to kill ie gap */
height: px;
width:180px;
padding: 5 3 5 3;
border-style:groove;
border-bottom-color: #6b7832;
border-width:1px;
border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
background-image:url(images/submenu.jpg); 
}

A.submenu:hover {
color:#ffffff;
background-image:url(images/submenu-on.jpg); 
background-color: #5c633e; 
}

A.lis:hover {
	display: block;
	width: em;
	color: #948131;
	
}

#nav ul { /* second-level lists */

padding-top: 3px;
padding-bottom: 3px;
font-size:12px;
border-width:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	position: absolute;
	
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index:30;
	font-size:10px;	
	width: 175px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
width: em;
/*background: #ECF7E6;*/

	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/*background: #ECF7E6;*/
}

#content {
	clear: left;
	
}


body {
letter-spacing: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#454b45;
}

A.menulink {
display: inline;
text-align: left;
text-valign: middle;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#fafcf8;
padding: 6px;
margin: 0 5px;
}

A.menulink:hover {
color:#fafcf8;
background-color: #5c633e;
diplay: block;
padding: 6px;
margin: 0 5px;
}


body a
{ 
color:#c07c10;
text-decoration:underline;
}

body a:hover
{ 
color:#c07c10;
text-decoration:none;
}

td
{ 
letter-spacing: 0px;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#3e4032;
}

#footer {
color: #ffffff;
font-size: 11px;
clear: both;
}

#footer a {
color: #ffffff;
text-decoration:none;
}

#footer a:hover {
color: #ffffff;
text-decoration:underline;
}

h1 {
font-size: 16px;
font-weight: bold;
color: #603913;
font-family: Georgia, "Times New Roman", Times, serif;
padding-top: 5px;
font-style: italic;
}
