/* nav */

#nav-wrap {
	width: 940px;
	height: 24px;
	margin: auto;
	background: #fff;	
}

#nav {
	width: 924px;
	height: 24px;
	margin-left: 8px;
	background: #072719;
}

#nav h1 {
	margin: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
	display: inline; /* IE6 */
} 

#nav ul li {
	list-style: none;
	float: left;
	display: block;
	padding: 0;	
	margin: 0;
}
			
#nav ul li.active {
}

#nav ul li a {
	display: block;
	width: 152px;
	height: 24px;
	text-align: center;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9pt;
	border-left: 1px solid #313e2d;
	border-right: 1px solid #313e2d;
	background: url(/images/nav.gif) top left repeat-x;
}

#nav ul li.active a {
	background: url(/images/nav-active.gif) top left repeat-x;
}

#nav ul li a:hover {
	color: #fff;
	background: url(/images/nav-active.gif) top left repeat-x;
}

#nav ul li a span {
	display: block;
	padding-top: 5px;
}
