/* Drop Down Menu Formatting */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #C4B898;
	font-weight: bold;
	
}

#nav li a {
	display: block;
	width: 7.5em;
	color: #000;
	padding-top: 0.55em;
	padding-bottom: 0.55em;
}

#nav li { /* all list items */
	float: left;
	width: 7.5em; /* width needed or else Opera goes nuts */
	text-align: center;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #C4B898;
	width: 14em;
	height: auto;
	font-weight: normal;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li a {
	display: block;
	width: 14em;
	
}

#nav li li {
	width: 13em;
	text-align: left;
	line-height: 1.5;
	padding-left: 1em;
}

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


* html #nav li ul {
	margin-left: -3.9em;
	
}

#beige_bar {
	position: absolute;
	top: 118px;
	height: 25px;
	width: 800px;
	background-color: #C4B898;
}

#beige_bar_home {
	position: absolute;
	top: 368px;
	height: 25px;
	width: 800px;
	background-color: #C4B898;
	z-index: 1;
}

#menu {
	position: absolute;
	top: 118px;
	width: 700px;
	height: 20px;
	z-index: 1;
	background-color: #C4B898;
}

#menu_home {
	position: absolute;
	top: 368px;
	width: 700px;
	height: 20px;
	z-index: 1;
	background-color: #C4B898;
}
