#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 689px;
	height: 162px;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -9000%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .about {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_about.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .services {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_services.jpg) no-repeat;
	left: 69px;
	top: 0px;
}
#menu .portfolio {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_portfolio.jpg) no-repeat;
	left: 138px;
	top: 0px;
}
#menu .clients {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_clients.jpg) no-repeat;
	left: 207px;
	top: 0px;
}
#menu .projects {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_projects.jpg) no-repeat;
	left: 276px;
	top: 0px;
}
#menu .news {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_news.jpg) no-repeat;
	left: 345px;
	top: 0px;
}
#menu .working {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_working.jpg) no-repeat;
	left: 414px;
	top: 0px;
}
#menu .contact {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_contact.jpg) no-repeat;
	left: 483px;
	top: 0px;
}
#menu .subs {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_subs.jpg) no-repeat;
	left: 552px;
	top: 0px;
}
#menu .links {
	width: 68px;
	height: 162px;
	background: url(images/navInterior_links.jpg) no-repeat;
	left: 621px;
	top: 0px;
}
#about .about, #services .services, #portfolio .portfolio, #clients .clients, #projects .projects, #news .news, #working .working, #contact .contact, #subs .subs, #links .links {
	background-position: left bottom;
	color: #ff9900;
}