#nav, #nav ul {
	position:relative;
	float: left;
	width:  100%;
	height: 40px;
	list-style: none;
	line-height: 39px;
	background: #ffffbe;
	background-image: url(images/navback.gif);
	background-repeat: repeat-x;
	font: 78%/1.5 georgia;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0;
	margin: 0 0 0 0;

}

#nav a {
    
	display: block;
	width: auto;
	w\idth: auto;
	color: #000000;
	text-decoration: none;
	padding: 8px 1.7em;
	
}


#nav li {
	float: left;
	posiiton: absolute;  
	padding:  0;
	width: auto;
}

#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: #ffffbe;
	background-position: top;
	margin: 0;
}

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

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




#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 {
	
	

}


#nav a:hover, #nav a.sfhover {
	
	color: #AD8B2F;
	
	

}

