@charset "utf-8";
/* CSS Document */

ul#nav
{
	text-decoration:none;
	padding-top:18px;
	float:right;
}
#nav a
{
	display:block;
	font-size:12px;
	text-decoration:none;
}
#nav li
{
	float:left;
	display:inline;
	text-decoration:none;
}
#nav span
{
	display:none;
}
#nav a#home
{
	background-image:url(/images/nav/home.gif);
	width:49px;
	height:17px;
}
body#home #nav a#home, #nav a#home:hover
{
	background-position:0 -17px;
}
#nav a#portfolio
{
	background-image:url(/images/nav/portfolio.gif);
	width:70px;
	height:17px;
}
#nav a#blog
{
	background-image:url(/images/nav/blog.gif);
	width:42px;
	height:17px;
}
#nav a#clients
{
	background-image:url(/images/nav/clients.gif);
	width:58px;
	height:17px;
}
#nav a#testimonials
{
	background-image:url(/images/nav/testimonials.gif);
	width:96px;
	height:17px;
}
#nav a#contact
{
	background-image:url(/images/nav/contact.gif);
	width:62px;
	height:17px;
}
a#portfolio, a#blog, a#clients, a#testimonials, a#contact
{
	background-repeat:no-repeat;	
}
.portfolio a#portfolio, 
a#portfolio:hover, 
.blog a#blog, 
a#blog:hover, 
.clients a#clients,
a#clients:hover, 
.testimonials a#testimonials,
a#testimonials:hover, 
.contact a#contact,
a#contact:hover
{
	background-position:0 -17px;
}



