#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 792px;
	height: 232px;
	float: left;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -9000%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu li:hover ul, #menu li.sfhover ul {left: auto;}
#menu .about {
	width: 98px;
	height: 232px;
	background: url(images/navHome_about.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .services {
	width: 98px;
	height: 232px;
	background: url(images/navHome_services.jpg) no-repeat;
	left: 99px;
	top: 0px;
}
#menu .portfolio {
	width: 98px;
	height: 232px;
	background: url(images/navHome_portfolio.jpg) no-repeat;
	left: 198px;
	top: 0px;
}
#menu .clients {
	width: 98px;
	height: 232px;
	background: url(images/navHome_clients.jpg) no-repeat;
	left: 297px;
	top: 0px;
}
#menu .projects {
	width: 98px;
	height: 232px;
	background: url(images/navHome_projects.jpg) no-repeat;
	left: 396px;
	top: 0px;
}
#menu .news {
	width: 98px;
	height: 232px;
	background: url(images/navHome_news.jpg) no-repeat;
	left: 495px;
	top: 0px;
}
#menu .working {
	width: 98px;
	height: 232px;
	background: url(images/navHome_working.jpg) no-repeat;
	left: 594px;
	top: 0px;
}
#menu .contact {
	width: 98px;
	height: 232px;
	background: url(images/navHome_contact.jpg) no-repeat;
	left: 693px;
	top: 0px;
}
#menuR {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 197px;
	height: 232px;
	float: right;
	position: relative;
}
#menuR a {
	display: block;
	text-indent: -9000%;
	position: absolute;
	outline: none;
}
#menuR a:hover {
	background-position: left bottom;
}
#menuR li:hover ul, #menuR li.sfhover ul {left: auto;}
#menuR .subs {
	width: 98px;
	height: 232px;
	background: url(images/navHome_subs.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menuR .links {
	width: 98px;
	height: 232px;
	background: url(images/navHome_links.jpg) no-repeat;
	left: 99px;
	top: 0px;
}