
/**********************************
Navigation
**********************************/
#nav {
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #6fa345;
	text-align: left;
	color: #FFF;
	height: 28px;
}
#nav ul { list-style-type: none; position:absolute; left: 30px; }

#nav li { float: left; }

#nav li.navigation-item a {
	display: block;
	float: left;
	height: 28px;
	overflow: hidden;
	text-indent: -9999px;
}

#nav li.navigation-item a:hover { background-position: left bottom !important; }

#nav li#nav-home a { background: url('../images/nav/nav-home.gif') no-repeat 0 0; width: 84px; }
#nav li#nav-home a:hover { background: url('../images/nav/nav-home-r.gif') no-repeat 0 0; }

#nav li#nav-profile a { background: url('../images/nav/nav-profile.gif') no-repeat 0 0; width: 84px; }
#nav li#nav-profile a:hover { background: url('../images/nav/nav-profile-r.gif') no-repeat 0 0; }

#nav li#nav-services a { background: url('../images/nav/nav-services.gif') no-repeat 0 0; width: 98px; }
#nav li#nav-services a:hover { background: url('../images/nav/nav-services-r.gif') no-repeat 0 0; }

#nav li#nav-calculator a { background: url('../images/nav/nav-calculator.gif') no-repeat 0 0;	width: 120px; }
#nav li#nav-calculator a:hover { background: url('../images/nav/nav-calculator-r.gif') no-repeat 0 0; }

#nav li#nav-contact a { background: url('../images/nav/nav-contact.gif') no-repeat 0 0; width: 71px; }
#nav li#nav-contact a:hover { background: url('../images/nav/nav-contact-r.gif') no-repeat 0 0; }
