#menu-container {
	width: 100%;
	background: #F6F6F6;
	text-align: left;
}


p#smurf {
	background: #9f9f9f;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	color: #7C6240;
}

#smurf strong {
	font-size: 1.2em;
	color: black;
}


#nav, #nav ul { /* horizontal navigation list */
	
	width: 100%;
	list-style: none;
	background: #000000;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	float:left;
	
}

#nav a {
	display: block; 
	color: #ffffff;
	text-decoration: none;
	padding: 0.25em 1.25em;
}

#nav a.daddy {
	text-align: left;

}

#nav li { /* all list items */
	float: left;
	padding: 0;
	margin: 0;
	
}


#nav li ul { /* second-level lists */
	position:  absolute;
	left: -999em;
	width:20.5em;
	font-weight: normal;

}

#nav li li {
	width: 20.5em;
	background: #000000;
	
}

#nav li ul a { /* IE drop down lists*/
	width: 20.5em;
	
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.75em 0 0 14em;

}

#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: #5D6369;
	
}


