#nav {
	float: left;
	width: 760px;
	list-style: none;
	line-height: 1;
	background: #E2C87B;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.05em 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../images/Splash05_BG_menu_01.gif);
	background-repeat: repeat-x;
}


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}


#nav a {
	display: block;
	color: #7A0B00;
	text-decoration: none;
	padding: 0.5em 10px 0.5em 10px;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 180px;
	xwidth: 18em;
	xw\idth: 16em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #eda;
}

#nav li li {
	width: 180px;
	xwidth: 18em;
	background-color: #eda;
}

#nav li ul a {
	width: 180px;
	xwidth: 18em;
	xw\idth: 18em;
}

#nav li ul ul {
	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: #fff;
}
