﻿/* this wrapper 1 extends the navigation bar to full width */
#wrapper1 {
	/*width: 780px;*/
	margin: auto;
	text-align: center;
	margin-left:0px;
}

#h-nav #nav 
{
	font-family:Verdana;
	font-size:10px;
	float:left;
	display:block;
	position: absolute;
	margin-left: -70px;
	margin-top: 2px;
	padding: 0;
	z-index: 200;
	width:780px;
	background-color: #008cff;
	/*border: solid 0px #6c6c6a;*/
	height: 48px;

}

#h-nav #nav li { /* all list items */
	display: inline;
	float: left;
	font-size: 1em;
	list-style: none;
	/*	background: url(images/navDivider.jpg) no-repeat bottom right;*/
	border: solid 2px #6c6c6a;
	border-width: 0px 1px 0px 0px;
	z-index: 200;
	height:24px;

}

#h-nav #nav a {
	z-index: 200;
	display: block;
	padding: 5px 10px 0px 10px;
	line-height: 14px;
	color: #ffffff;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
	/*border: solid 0px #6c6c6a;*/
	text-align:center;
	/*background: url(images/navBackground.gif) repeat-x;*/
}

#h-nav #nav a:hover {
	text-decoration: none;
	color: #000000;
	/*background-color: #bdcd8a;*/
	/*background: url(images/navrollover.jpg) repeat-x;*/
}

/* Mozilla fix */
/* i.e. uses info above, mozilla below */
html>body #h-nav #nav {
	margin-top: 1px;
	margin-left: 0px;
}
