



/*Main Navbar */

#nav {
	font-size:1em;
	height: 26px;
	
	}
	
#nav, #nav ul {
	list-style:none;
	line-height:1;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	border:none;
	color: #626467;
	padding-top: 6px;
	height: 26px;
	}
	
#nav li {
	float: left;
	list-style:none;
	width: 98px;
	height: 26px;
	
	text-align: center;
	font-weight: normal;
	
}



#nav a:hover, #nav a:active {
	
	text-decoration:none;
	background: url('../images/navhover.gif') no-repeat;
	}	

#nav a:hover { color: #ffffff; }

#nav a:active { color: #ffffff; }

.on a { color: #ffffff; }

.current_page_item	a, #home .on  {
	
	color: #ffffff;
	text-decoration:none;
		background: url('../images/navhover.gif') no-repeat;

}
	
	
