#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 25px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	font-variant: small-caps;
	background-color: #606060;
}

#nav a {
	display: block;
	width: 160px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: normal;
}
hr {
	height: 1px;
	width: 100%;
	color: #999999;
	background-color: #999999;
}
#nav .current .ulCurrent a {
}
#nav li li {
	width: 160px;
	background-color: #606060;
	height: 25px;
}
#nav li ul ul {
	width: 160px;
	margin-top: -52px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	left: auto;
}
#nav #level2 ul {
	margin-top: -26px;
}

#nav li { /* all list items */
	float: left;
	width: 159px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 160px;
	left: -999em;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { /*hide below level list items */
	left: -999em;
	width: 160px;
}

#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 { /* lists nested under hovered list items */
	left: auto;
	display: block;
	width: 160px;
	height: 25px;
	font-weight: bold;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#nav li:hover, #nav li.sfhover {
	background-color: #333333;
}
#nav #level2 li {
	background-color: #333333;
}
#nav #level2 li:hover, #nav #level2 li.sfhover {
	background-color: #000000;
}
a:link, a:visited {
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
#nav .current a {
	background-color: #333333;
	height: 25px;
}
