#subnav {	
	list-style: none;
	margin: 15px 0px 0px 0px;
	float: left;
	padding: 0px;
}

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

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

#about a:hover {
	background:url(../dennislo/images/nav_about.gif) 0px -12px no-repeat;
}

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

#contact a:hover {
	background:url(../dennislo/images/nav_contact.gif) 0px -12px no-repeat;
}


