#nav {
	width:618px;
	height: 52px;
	margin-left:152px;
	padding:0;
	overflow:hidden;
}

#nav ul {
	padding:0;
	margin:0;
}

#nav li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}

#nav li a{
	height: 54px;
	display: block;
	border: 0;
}

#nav a span {
	display: none;
}

#nav ul li#home a {
	background: url(../art/nav3.jpg) 0px 0px no-repeat;
	width: 73px;
}

#nav ul li#home a:hover, #nav ul li#home a.active {
	background-position: 0 -54px;
}

#nav ul li#about-the-network a {
	background: url(../art/nav3.jpg) -73px 0px no-repeat;
	width: 99px;
}

#nav ul li#about-the-network a:hover, #nav ul li#about-the-network a.active {
	background-position: -73px -54px;
}

#nav ul li#business-executive-mentoring a {
	background: url(../art/nav3.jpg) -172px 0px no-repeat;
	width: 175px;
}

#nav ul li#business-executive-mentoring a:hover, #nav ul li#business-executive-mentoring a.active {
	background-position: -172px -54px;
}

#nav ul li#executive-search a {
	background: url(../art/nav3.jpg) -347px 0px no-repeat;
	width: 98px;
}

#nav ul li#executive-search a:hover, #nav ul li#executive-search a.active {
	background-position: -347px -54px;
}

#nav ul li#capital-raising a {
	background: url(../art/nav3.jpg) -445px 0px no-repeat;
	width: 84px;
}

#nav ul li#capital-raising a:hover, #nav ul li#capital-raising a.active {
	background-position: -445px -54px;
}


#nav ul li#contact a {
	background: url(../art/nav3.jpg) -529px 0px no-repeat;
	width: 89px;
}

#nav ul li#contact a:hover, #nav ul li#contact a.active {
	background-position: -529px -54px;
}





