#nav
{
	z-index: 1000; /* Allows display on top of absolute positioned content */
	list-style: none;
	margin: 14px 0px 0px 0px;
	padding: 0px;
	width: 706px;
	height: 30px;
	font-weight: bold;
	background-image: url(/images/header-navtile.jpg);
}
#nav li
{
	float: left;
	border-right: 2px solid #fff;
	height: 30px;
}
#nav li a
{
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	display: block;
	float: left;
	height: 30px;
	padding: 5px 8px 0px 8px;
}
#nav li a:hover
{
	color: #ccc;
}
