div.clear {
	clear: both;
}

#navbar {
	text-align: left;
	color: #333;
	/*margin: 0 auto; */
	/*width: 980x;*/
	/*float: right;*/
	/*margin-right: 0px;*/
	margin-top: 10px;
	margin-bottom: 1px;
	padding: 0;
	margin: 0;
	}

.nav {
	list-style-type: none; 
	list-style-position:outside; 
	position: relative; 
	margin: 0; 
	padding: 0;
}

.nav li {
	background:#ffffff url('../images/navbar.gif') no-repeat;
	height: 40px;
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	float: left; 
	margin-right: 0px;	
}

.nav a {
	display:block;	
	height:40px; 
	text-indent:-9999px; 
	outline:none;
}

#home {	background-position:-1px bottom; width:114px;}
#home.active, #home:hover {	background-position:-1px 0px; }

#about { background-position:-116px bottom;	width: 120px;}
#about.aboutactive, #about:hover {background-position: -116px 0px;}

#lifecoach { background-position:-236px bottom; width: 179px;}
#lifecoach.lifecoachactive, #lifecoach:hover {	background-position: -236px 0px;}

#services { background-position:-415px bottom;	width: 115px;}
#servicesservicesactive, #services:hover { background-position: -415px 0px;}

#tests { background-position:-530px bottom; width: 137px;}
#tests.testsactive, #tests:hover {	background-position: -530px 0px;}

#testimonials { background-position:-667px bottom; width: 155px;}
#testimonials.active, #testimonials:hover {	background-position: -667px 0px;}

#discussboard { background-position:-831px bottom;	width: 159px; }
#discussboard.discussboardactive, #discussboard:hover { background-position: -831px 0px;}
