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

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

/*** photo section ***/
#photo a {
	text-indent:-8888px;
	text-decoration:none;
	display:block;
	background:url(../dennislo/images/nav_photography.gif) 0px 0px no-repeat;
	width:166px;
	height:24px;
	outline:none;
}

#photo a:hover {
	background:url(../dennislo/images/nav_photography.gif) 0px -48px no-repeat;
}

#photo a.active {
	background:url(../dennislo/images/nav_photography.gif) 0px -24px no-repeat;
}

/*** web section ***/
#web a {
	text-indent:-8888px;
	text-decoration:none;
	display:block;
	background:url(../dennislo/images/nav_web.gif) 0px 0px no-repeat;
	width:68px;
	height:24px;
	outline:none;
}

#web a:hover {
	background:url(../dennislo/images/nav_web.gif) 0px -48px no-repeat;
}

#web a.active {
	background:url(../dennislo/images/nav_web.gif) 0px -24px no-repeat;
}

/*** print section ***/
#print a {
	text-indent:-8888px;
	text-decoration:none;
	display:block;
	background:url(../dennislo/images/nav_print.gif) no-repeat;
	width:73px;
	height:24px;	
	outline:none;
}

#print a:hover {
	background:url(../dennislo/images/nav_print.gif) 0px -48px no-repeat;
}

#print a.active {
	background:url(../dennislo/images/nav_print.gif) 0px -24px no-repeat;
}

/*** identity section ***/
#identity a {
	text-indent:-8888px;
	text-decoration:none;
	display:block;
	background:url(../dennislo/images/nav_identity.gif) no-repeat;
	width:85px;
	height:24px;
	outline:none;
}

#identity a:hover {
	background:url(../dennislo/images/nav_identity.gif) 0px -48px no-repeat;
}

#identity a.active {
	background:url(../dennislo/images/nav_identity.gif) 0px -24px no-repeat;
}


