#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;
}

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

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

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

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

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

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