#nav {
	position: relative;
	width: 236px;
	float: left;
	padding: 25px 0 0 0;
	margin: 0;
	list-style: none;
	font-weight: bold;
	font-size: 1.2em;
	background: url(../images/nav_back.gif) no-repeat;
}
#nav li {
	position: relative;
	float: left;
	width: 236px;
}
#nav li a {
	display: block;
	width: 156px;
	text-decoration: none;
	padding: 10px 40px;
	color: #4f4f4f;
}
#nav li a.tabbed {
	padding: 28px 40px 10px 40px;
	background: url(../images/nav_tab.gif) no-repeat;
}
.index .index, 
.services .services, 
.about_anne .about_anne, 
.testimonials .testimonials, 
.contact .contact, 
#nav li a:hover {
	color: #049608;
}
#nav li.footer {
	font-size: 0.6em;
	font-weight: normal;
	padding: 200px 5px 5px 5px;
}
#nav li.footer a {
	display: inline;
	padding: 0;
}
