
/* === NAV ======================================================================== */
#largenav{
	text-align:center;
	background: url(/_images/template/nav-bg.png);
	border: solid 1px #CC9900;
	border-top:none;
	border-bottom:none;
}
#nav {

	padding:0 0 0 0px;
 	margin: 0 auto; 
	height:28px; 
	width:700px; /*approximate width of the nav area, for centering*/
}

#nav li {
	float:left;
	list-style:none; 
	margin:0 15px 0 15px; /*spacing between each menu item*/
}

#nav li a {
	display:block;
	float:left;
	height:28px;
	line-height:28px; 
	color:#900; 
	text-decoration:none; 
	font-size: 13px;
	text-align:center; 
	padding:0 10px 0 10px;  /*spacing between text and end of background*/
	background: url(/_images/template/nav-bg.png);
}

#nav li a:hover {
	background-position: 0 -28px;
	color:#f00;
}

#nav li a:active {
	background-position: 0 -56px;
	color:#d00;
}
