/*
©2009 

Description : Stylesheet

*/

#nav {
	position: absolute;
	top: 140px;
	right: 0;
	left: 500px;
	width: 400px;
	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(art/nav.png) no-repeat 0 0;
}

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

#nav a#home {
	width: 78px
}

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

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

#nav a#about {
	width: 93px;
	background-position:  -78px 0;
}

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

#nav a#about.active {
	background-position:  -78px -42px;
}
	
#nav a#portfolio {
	width: 142px;
	background-position:  -171px 0;
}

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

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

#nav a#contact {
	width: 87px;
	background-position:  -313px 0;
}

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

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