/*
©2009 

Description : Stylesheet

*/

#nav {
	position: absolute;
	top: 60px;
	right: 0;
	width: 584px;
	height: 61px;
}

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

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

#nav a {
	display: block;
	width: auto;
	background-position:  0 0;
	text-indent: -9999px;
	height: 21px;
	background: url(images/graphics/nav.png) no-repeat 0 0;
}

.blog #nav a {
	background: url(images/graphics/nav-blog.png) no-repeat 0 0;
}

#nav a#home {
	width: 61px
}

#nav a#home:hover {
	background-position:  0 -21px;
}

#nav a#home.active {
	background-position:  0 -42px;
}

#nav a#about {
	width: 101px;
	background-position:  -61px 0;
}

#nav a#about:hover {
	background-position:  -61px -21px;
}

#nav a#about.active {
	background-position:  -61px -42px;
}
	
#nav a#news {
	width: 66px;
	background-position:  -162px 0;
}

#nav a#news:hover {
	background-position:  -162px -21px;
}

#nav a#news.active {
	background-position:  -162px -42px;
}

#nav a#services {
	width: 91px;
	background-position:  -228px 0;
}

#nav a#services:hover {
	background-position:  -228px -21px;
}

#nav a#services.active {
	background-position:  -228px -42px;
}

#nav a#portfolio {
	width: 111px;
	background-position:  -319px 0;
}

#nav a#portfolio:hover {
	background-position:  -319px -21px;
}

#nav a#portfolio.active {
	background-position:  -319px -42px;
}

#nav a#team {
	width: 66px;
	background-position:  -430px 0;
}

#nav a#team:hover {
	background-position:  -430px -21px;
}

#nav a#team.active {
	background-position:  -430px -42px;
}

#nav a#contact {
	width: 88px;
	background-position:  -496px 0;
}

#nav a#contact:hover {
	background-position:  -496px -21px;
}

#nav a#contact.active {
	background-position:  -496px -42px;
}