#nav, #nav ul {
	position:relative;
	float: left;
	margin: 0 0 0 0;
	width:  100%;
	height: 20px;
	list-style: none;
	line-height: 100%;
	text-align: bottom;
	font: 78%/1.5 Georgia;
	background-repeat: repeat;
 background-image: url(../images/navback.gif);

	font-size: 1.1em;
	padding: 0 0 0 0;
	

	
	

}

#nav a {
	display: block;
	width: auto;
	w\idth: auto;
	color: #000000;
	text-decoration: none;
	padding: 0 1em;
	font-weight: bold;

}


#nav li {
	
	float: left;
	posiiton: absolute;  
	padding:  0 1em 0 0;
	width: auto;
	height: 20px;
		border-right: 1px solid #bdbdbd;
	
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 15em;
	border-width: 0.1em;
	font-weight: normal;
	font-size: 1em;
	background: #000000;
	background-position: top;
	margin: 0;
}

#nav li li {
	position: relative;
	width: 15em;
	w\idth: 15em;
}

#nav ul li {
		width: 15em;
		w\idth: 15em;
		background: #DCD8D8;
		border-bottom: 1px solid #bdbdbd;
		
		
		}




#nav li ul a {
	width: 15em;
	w\idth: 15em;
	border-right: none;
}



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

#nav li:hover, #nav li.sfhover {

background: #DCD8D8;
height: 20px;

} 

#nav li a:hover, #nav li a.sfhover {

color: #36561e;
height: 20px;

}


