/* CSS Document */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	width: 145px;
}


#nav li, #nav .level1 { /* all list items */
position : relative;
float: left;
line-height: 29px;
margin-bottom: 2px;
background: url(images/buttons/buttonbg_up.gif) 0 0 no-repeat;

color: #fdedbd;
width: 145px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-indent: 20px;
}
#nav li:hover, #nav li.sfhover {background: url(images/buttons/buttonbg_over.gif) 0 0 no-repeat;}
#nav li ul { /* second-level lists */
position: absolute;
left: -999em;
margin-left: 145px;
margin-top: -28px;
}

#nav li ul ul { /* third-and-above-level lists */
left: -999em;
}

#nav li a {
width: 145px;
w\idth: 145px;
display: block;
line-height: 27px;
color: #fdedbd;
text-decoration: none;
text-indent: 20px;
background: url(images/buttons/subbuttonbg_up.gif) 0 0 no-repeat;
}

#nav li a:hover {
color: white;
background-color: black;
}

#nav li li ul {
margin-bottom: 0;
text-indent: 0;
}
#level3, #level3a {
background: url(images/buttons/subbuttonbg_up.gif) 0 0 no-repeat;
}
	
#nav li li {
	margin-bottom: 0;
	width:145px;
	font-size:12px;
	}
	
	#nav li li a {
		background: #580300;
		width:145px;
	}
	
	#nav li li li a {
		background: #6f763f;
	}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

.level2 {
width: 145px;
height: 29px;
background-color: #580300;
display: block;
}
