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

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

#subnav li a {
	text-indent: -8888px;
	text-decoration: none;
	display: block;
	outline: none;
	height: 12px;
}

#about a {
	background: url(../images/nav_about.png) 0 0 no-repeat;
	width: 47px;
}

#contact a {
	background: url(../images/nav_contact.png) 0 0  no-repeat;
	width: 59px;
}

#about a:hover, #contact a:hover {
	background-position: 0 -12px;
}