

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

font-size:11px;
	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: #ffde00;
	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 */
	font-size:12px;
	/*background: #ECF7E6;*/
	text-decoration: none;
	
	color: #000000;
	border-style:groove;
	border-color:#000000;
	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 */
	font-size:12px;
	background-image: url();
	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 */
color:black;
height: px;
width:150px;
padding: 5 3 5 3;
border-style:groove;
border-bottom-color: #999999;
border-width:1px;
border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	background-image: url('images/link2.jpg'); 
}

A.submenu:hover {
color:#000000;
background-image: url('images/link3.jpg'); 
 
}

.submenu2 {
position:relative; /*hack to kill ie gap */
top:-3px; /*hack to kill ie gap */
color:black;
height: px;
width:150px;
padding: 5 3 5 3;
border-style:groove;
border-bottom-color: #999999;
border-width:1px;
border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	background-image: url('images/link2b.jpg'); 
}

A.submenu2:hover {
color:#000000;
background-image: url('images/link3b.jpg'); 
 
}

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

#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: 150px;
}

#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;
	
}




A.menulink {
padding-left: 14px;
padding-right: 5px;
padding-top:7px;
padding-bottom:2px;
display: inline;
height: px;
text-align: left;
text-valign: middle;
text-decoration: none;
font-family:  tahoma, verdana;
font-weight: normal;
font-style: normal; 
font-size:12px;
color: #483a1a;
letter-spacing: 0px;
background-image:url("images/linkbackbb.jpg");
}

A.menulink:hover {
	display: inline;	
	color:#999900;
}

A.menulink2 {
padding-left: 15px;
padding-top:4px;
padding-bottom:6px;
display: inline;
height: 26px;
text-align: left;
text-valign: middle;
text-decoration: none;
font-family:  tahoma, verdana;
font-weight: normal;
font-style: normal; 
font-size:13px;
color: #ffffff;
letter-spacing: 0px;
background-image:url("images/link1.gif");
}

A.menulink2:hover {
	display: inline;	
	color:#a6299b;
}

A.menulink3 {

font-size:11px;
color: #fe502d;
text-decoration:none;
font-weight:bold;

}

A.menulink3:hover {
		
text-decoration:underline;
}


A.menulink4 {

color: #57585a;
text-decoration:none;

}

A.menulink4:hover {
	text-decoration:underline;
}


	
body { 

font-family: arial, verdana;
color:#57585a;
font-size:12px;
}

td {
font-family: arial, verdana;
color:#57585a;
font-size:12px;
}

