#hnav ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #333;
	color: White;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: -2px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#hnav ul li 
{ 
	display: inline; 
}

#hnav ul li a
{
	padding: 0.2em 1em;
	margin: 0;
	background-color: #333;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#hnav ul li a:hover
{
	padding: 0.2em 1em;
	margin: 0;
	background-color: #666;
	color: #fff;
}

#hnav ul li a#current
{
	background: #369;
}

.vnav ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #666;
	text-align: right;
}

.vnav ul li
{
	padding: 0.2em 1em;
	/* border-bottom: 1px solid #fff; */
	font-size: 14px;
	/* font-weight: bolder; */
}

.vnav  ul li a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
	color: #fff;
	width: 134px;
	font-size: 14px;
	/* font-weight: bolder; */
}

.vnav ul li a:hover
{
	text-decoration: underline;
	margin: 0;
	padding: 0;
	background-color: #666;
	color: #fff;
	width: 134px;
	font-size: 14px;
}

#hnav2container
{
	text-align: center;
/*	padding-left: 180px; */
}

.hnav2 ul
{
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	/* letter-spacing: 0.5px; */
	background-color: #666;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hnav2 ul li 
{ 
	display: inline; 
	text-align: center;
}

.hnav2 ul li a
{
	padding: 0.2em 0.5em;
	background-color: #666;
	color: white;
	text-decoration: none;
	font-size: 16px;
	/* float: left; */
	text-align: center;
}

.hnav2 ul li a:hover
{
	background-color: #666;
	color: black;
	text-align: center;
	text-decoration: none;
}

.hnav2 ul li a#current
{
	color: black;
	text-align: center;
}

