#nav, #nav ul {
	float: left;
	list-style: none;
	background: white;
	padding: 0;
	margin: 0 0 0em 0;
	height: 15px;
}

#nav a {
	display: block;
	width: 140px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	padding-left: 7px;
	border-bottom: 1px solid #f0f0f0;
}

#nav a.head {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #8c9193;;
	text-decoration: none;
	border-right: 1px solid #8c9193;
	border-bottom: none;
	height: 10px;
	padding: 0.25em 2em;
	cursor: pointer;
}

#nav a.navihead {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #8c9193;;
	text-decoration: none;
	border-right: 1px solid #8c9193;
	border-bottom: none;
	height: 10px;
	padding: 0.25em 2em;
	cursor: pointer;
}

#nav a.navihead:visited {
		color: #8c9193;
		text-decoration: none;
}

#nav a.navihead:link {
		color: #8c9193;
		text-decoration: none;
}

#nav a.headreuna {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #8c9193;
	text-decoration: none;
	border-bottom: none;
	height: 10px;
	padding: 0.25em 2em;
	cursor: pointer;
}

#nav a.navihead:active {
		color: #8c9193;
		text-decoration: none;
}

#nav a.navihead:hover {
		color: #8c9193;
		text-decoration: none;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	font-weight: normal;
	margin: 0;
	border: 1px solid #8c9193;
	line-height: 2;
	background-color: #ffffff;
}

#nav li li {
	padding-right: 1em;
	width: 11em
}

#nav li ul a {
	width: 13em;
	w\idth: 14em;
}

#nav li ul ul {
	margin: -1.75em 0 0 12em;
}

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