/*Home Navigation Stylesheet*/

#nav_butte a, #nav_butte a:link, #nav_butte a:visited   { background-image: url(../images/nav/home_btn_butte.jpg); width: 179px; height: 23px }
	
#nav_butte a:hover, #nav_butte a.over  { background-image: url(../images/nav/home_btn_butte_o.jpg); width: 179px; height: 23px }

#nav_placer a, #nav_placer a:link, #nav_placer a:visited   { background-image: url(../images/nav/home_btn_placer.jpg); width: 178px; height: 23px }
	
#nav_placer a:hover, #nav_placer a.over   { background-image: url(../images/nav/home_btn_placer_o.jpg); width: 178px; height: 23px }

#nav_yuba a, #nav_yuba a:link, #nav_yuba a:visited   { background-image: url(../images/nav/home_btn_yuba.jpg); width: 173px; height: 23px }
	
#nav_yuba a:hover, #nav_yuba a.over   { background-image: url(../images/nav/home_btn_yuba_o.jpg); width: 173px; height: 23px }

#nav_resource li {
	position: relative;
}

#nav_resource, #nav_resource ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 12px Arial, Verdana, Sana-serif;
	line-height: 16px;
	}

#nav_resource li {
	position: relative;
	float: left;
	z-index: 4;
}
	
#nav_resource li ul li {
	width:auto;
}

#nav_resource li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	border: 1px solid #48564F;
	border-bottom: 0px;
	
	}
	
#nav_resource li ul.overone {
	left: 1px; /* Set 1px less than menu width */
}

#nav_resource li ul.overtwo {
	left: 2px; /* Set 1px less than menu width */
}

#nav_resource li ul ul{
	position: absolute;
	left:170px; /* Set 1px less than menu width */
	top: -.1em; /* -.1em */
	display: none;

	}


/* Styles for Menu Items */
#nav_resource li a {
	display: block;
	text-decoration: none;
	color: #FEFBFB;
	background: #9DA6A1; /* IE6 Bug */
	border-bottom: 1px solid #48564F
	}
	
#nav_resource li span a {
	display: block;
	text-decoration: none;
	color: #FEFBFB;
	background: #9DA6A1; /* IE6 Bug */
	border: 0px;
	}
/* commented backslash mac hiding hack \*/ 
* html #nav_resource li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to a certain color and alpha */
#nav_resource li:hover a, #nav_resource li.over a,
#nav_resource li:hover li:hover a, #nav_resource li.over li.over a,
#nav_resource li:hover li:hover li:hover a, #nav_resource li.over li.over li.over a,
#nav_resource li:hover li a:hover, #nav_resource li.over li a:hover,
#nav_resource li:hover li:hover li:hover a:hover, #nav_resource li.over li li a:hover,
#nav_resource li:hover li:hover li:hover li:hover a:hover, #nav_resource li.over li.over li.over li.over a:hover 
{
   color: #FBBE41;
   background-color: #808E87;
}


#nav_resource li:hover #nav_butte a, #nav_resource li.over #nav_butte a   { background-image: url(../images/nav/home_btn_butte_o.jpg); width: 179px; height: 23px }

	
#nav_resource li:hover #nav_placer a, #nav_resource li.over #nav_placer a   { background-image: url(../images/nav/home_btn_placer_o.jpg); width: 178px; height: 23px }
	
#nav_resource li:hover #nav_yuba a, #nav_resource li.over #nav_yuba a   { background-image: url(../images/nav/home_btn_yuba_o.jpg); width: 173px; height: 23px }

/* set dropdown to default */
#nav_resource li:hover li a, #nav_resource li.over li a,
#nav_resource li:hover li:hover li a, #nav_resource li.over li.over li a,
#nav_resource li:hover li:hover li:hover li a, #nav_resource li.over li.over li.over li a
 {
	color: #FEFBFB;
	background-color: #9DA6A1;
}

#nav_resource li ul li a { padding: 2px 5px; 
} /* Sub Menu Styles */


#nav_resource li:hover ul ul, #nav_resource li.over ul ul {
	display: none;
}

#nav_resource li:hover ul, #nav_resource li li:hover ul, #nav_resource li.over ul, #nav_resource li li.over ul {
	display: block;
}

/*
#nav_resource li:hover ul ul, #nav_resource li:hover ul ul ul, #nav_resource li.over ul ul, #nav_resource li.over ul ul ul {
display:none;

}

#nav_resource li:hover ul, #nav_resource li li:hover ul, #nav_resource li li li:hover ul, #nav_resource li.over ul, ul li li.over ul, #nav_resource li li li.over ul {
	display: block;
	
}*/