/* ==================================================================

 *  http://*  http://coordinatedprojects.com

 *  owner: Planeteria Web Design

 *  authors: Shawn Emory (semory@planeteria.com

 *  created: 1/5/2007

 * ================================================================== */

/* ==================================================================
[ Primary Nav ]
* ================================================================== */

#nav_container {
	width: 800px;
	left: 0px;
	position: absolute;
	color: #FFFFFF;
	top: 125px;
	height: 30px;
	z-index: 100;
	display: block;
	

	}

#nav {
	list-style: none;
	margin: 0;
	width: 800px;
	left: 0px;
	top: 0px;
	z-index: 100;
	height: 30px;
}
	
#nav li {
	display: inline;
	list-style-type: none;
	color: #FFFFFF;
	background-color: transparent;
	line-height:30px;
}

#nav a {
	padding: 0px 20px 0px 20px;		
	float: left;
color: #FFFFFF;
	text-decoration: none;
	border-left: solid white 1px;
	}
	
	#nav a#first {
	border-left: none;
	}	
	
	
	
#nav a:hover {
	text-decoration: underline;

	}

#nav a:active, 
#nav a.selected {
	height: 30px;

	text-decoration: none;
	background-color: #5c9b80;
}
