div#navContainer {margin: 0; padding: 0 0 0 50px; background: url(../images/nav-bg.jpg) top left repeat-x; height: 35px; width: 968px;}
ul#topnav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
}
ul#topnav li{
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:35px;
	/*border-right: 1px solid #50687e;*/
}
ul#topnav a, ul#topnav span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #fff;
	background: url(../images/nav-bg.jpg) repeat-x;
	text-transform: uppercase;
	clear: both;
	width: 100%;
	height: 15px;
	line-height: 15px; /*--Vertical alignment of text--*/
}
ul#topnav a{ /*--This is basically the hover state of navigation--*/
	color: #595959;
	background-position: left bottom;
}
ul#topnav span{ /*--Default state of navigation--*/
	background-position: left top;
}
