#navBorder {
	display: block;
	height: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 3px;
}
#nav, #nav ul {
	padding: 0;
	width: 640px;
	margin: 0 auto;
	list-style: none;
	line-height: 1;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	text-indent: 2px;
}
#nav a {
	display: block;
	width: 90px;
	text-decoration: none;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav a.daddy {
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav li {
	float: left;
	padding: 0;
	width: 90px;
}
#nav li ul {
	position: absolute;
	height: auto;
	width: 110px;
	left: -999em;
	background-color: #bbb;
	padding-top: 0px;
	margin: 0;
}
#nav li li {
	padding-right: 1em;
	width: 110px;
}

#nav li ul a {
	width: 110px;
}

#nav li ul ul {
	margin: -20px 0 0 110px;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}
#nav li li:hover, #nav li li.sfhover {
	background: #eee;
}
