
#navarea {
	clear: both;
	font-family: Myriad, Trebuchet, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	width: 864px;
	padding: 0px;
	margin: 0px;
/*	position: relative;
	top: 0px;
	left: 0px; */
	height: 23px;
	border-top: 2px solid #ccc;
	border-bottom: 1px solid #999;
}
#nav, #nav ul {
	float: left;
	width: 864px;
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	border: 0px;
}
#nav #currentpage {
	padding: 2px 0px;
	width: 106px;
	text-align: center;
	margin: 0px;
	height: 19px;
	background-image: url(../images/btn_nav.gif);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ccc;
	display: block;
}
#nav li {
	float: left;
	padding: 0px;
	width: 106px;
	text-align: left;
	margin: 0px;
	height: 23px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
}
#nav li a {
	padding: 2px 0px;
	width: 106px;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	height: 19px;
	background-image: url(../images/btn_nav.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ccc;
	display: block;
}
#nav li a:hover {
	padding: 2px 0px;
	width: 106px;
	text-align: center;
	margin: 0px;
	height: 19px;
	background-image: url(../images/btn_nav.gif);
	background-position: 0px -23px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ccc;
	display: block;
}
#nav li ul {
	position: absolute;
	top: 23px;
	left: -999em;
	height: 23px;
	width: 106px;
	font-weight: normal;
	text-align: left;
}
#nav li li {
	width: 106px;
	height: 23px;
	padding: 0px;
	margin: 0px;
}
#nav li ul a {
	width: 106px;
	height: 23px;
	background-color: #ddd;
	display: block;
}
#nav li ul ul {
	margin: -20px 0 0 130px;
	width: 127px;
	text-align: left;
}
#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;
}