#mainnav {	
	list-style: none;
	padding-bottom: 15px;
	float: right;
	margin: 0px;
}

#mainnav li	{
	display: inline;
	float: left;
}

#mainnav li a {
	text-indent: -8888px;
	text-decoration: none;
	display: block;
	outline: none;
	font-size: 1.9em;
	font-weight: bold;
	color: #555d5a;
	height:24px;
}

#photo a {
	background:url(../images/nav_photography.png) 0 0 no-repeat;
	width:166px;
}

#web a {
	background:url(../images/nav_web.png) 0 0 no-repeat;
	width:68px;
}

#print a {
	background:url(../images/nav_print.png) 0 0 no-repeat;
	width:73px;	
}

#identity a {
	background:url(../images/nav_identity.png) 0 0 no-repeat;
	width:104px;
}

#blog a {
	background:url(../images/nav_blog.png) 0 0 no-repeat;
	width:58px;
}

#photo a:hover, #web a:hover, #print a:hover, #identity a:hover, #blog a:hover {
	background-position: 0px -48px;
}

#photo a.active, #web a.active, #print a.active, #identity a.active {
	background-position: 0px -24px;
}


