/*
©2009 

Description : Stylesheet

*/

#nav {
	position: absolute;
	bottom: 0;
	width: 960px;
	height: 71px;
}

#nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
	float: left;
	width: auto;
}

#nav a {
	display: block;
	width: auto;
	background: url(../art/nav.gif) no-repeat 0 0;
	text-indent: -9999px;
	height: 71px;
}

#nav a#home {
	width: 96px;
}

#nav a#home:hover {
	background: url(../art/nav.gif) no-repeat 0 -71px;
}

#nav a#home.active {
	background: url(../art/nav.gif) no-repeat 0 -142px;
}

#nav a#why {
	width: 211px;
	background: url(../art/nav.gif) no-repeat -96px 0px;
}

#nav a#why:hover {
	background: url(../art/nav.gif) no-repeat -96px -71px;
}

#nav a#why.active {
	background: url(../art/nav.gif) no-repeat -96px -142px;
}

#nav a#cases {
	width: 159px;
	background: url(../art/nav.gif) no-repeat -307px 0px;
}

#nav a#cases:hover {
	background: url(../art/nav.gif) no-repeat -307px -71px;
}

#nav a#cases.active {
	background: url(../art/nav.gif) no-repeat -307px -142px;
}
	
#nav a#where {
	width: 176px;
	background: url(../art/nav.gif) no-repeat -466px 0px;
}

#nav a#where:hover {
	background: url(../art/nav.gif) no-repeat -466px -71px;
}

#nav a#where.active {
	background: url(../art/nav.gif) no-repeat -466px -142px;
}

#nav a#testimonials {
	width: 175px;
	background: url(../art/nav.gif) no-repeat -642px 0px;
}

#nav a#testimonials:hover {
	background: url(../art/nav.gif) no-repeat -642px -71px;
}

#nav a#testimonials.active {
	background: url(../art/nav.gif) no-repeat -642px -142px;
}

#nav a#contact {
	width: 143px;
	background: url(../art/nav.gif) no-repeat -817px 0px;
}

#nav a#contact:hover {
	background: url(../art/nav.gif) no-repeat -817px -71px;
}

#nav a#contact.active {
	background: url(../art/nav.gif) no-repeat -817px -142px;
}
	
