/******************************************
*   Main or page navigation styles                       
******************************************/


/*Main Navbar */
#navgrab {background-color: ;}
#nav{
margin:0px auto;
margin: -11px -10px 8px -10px; 
width:780px;
height: 28px; 
padding:3px 10px 0px 10px; 
background:url(images/navbg.png) repeat-x center;
font-size: 0.9em;
}
	
#nav, #nav ul {
	list-style:none;
	line-height:1;
	padding-top: 0px;
	padding-bottom:1px;
	}

#nav a, #nav a:hover {
	display: block;
	text-decoration: none;
	border:none;
	}

#nav li {
	margin-top: 3px;
	float:left ;
	list-style:none;
	border-right:1px solid #ccc;
	width: ;
	text-align: center;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #777;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active {
	background:#fff;
	text-decoration:none;
	}	

.current_page_item	a, #home .on  {background:#fff;}

	

		

