/*
Theme Name: CMS demo theme	
Description: Navigation bar styling only (tabs)
*/


#nav li { 
	float: left;	
}
	
#nav li ul {
	display: none;
}	

#nav a { 
	display: block;
	text-align:center;
	text-decoration: none;
	padding: 5px 17px 15px 16px;
	color: #9b8b59;
}

#nav a:hover {
	background: url(images/nav_on.gif) no-repeat bottom;
}

#nav .current_page_item a, #nav li.current_page_ancestor a {
	background: url(images/nav_on.gif) no-repeat bottom;
}


