/* Top Bar nav  */

#topBarNav ul{
	list-style-type: none;
}

#topBarNav ul li {
	float: left;
}

#topBarNav ul li span {
	display: none;
}

#topBarNav ul li a {
	display: block;
	height: 32px;
}

#topBarNav ul li a.Home {
	background: url(../images/nav-home.jpg) top no-repeat;
	width: 61px;
}

#topBarNav ul li a.About {
	background: url(../images/nav-about.jpg) top no-repeat;
	width: 85px;
}

#topBarNav ul li a.Jobs {
	background: url(../images/nav-jobs.jpg) top no-repeat;
	width: 73px;
}

#topBarNav ul li a.Contact {
	background: url(../images/nav-contact.jpg) top no-repeat;
	width: 84px;
}

#topBarNav ul li a.Accessibility{
	background: url(../images/nav-accessibility.jpg) top no-repeat;
	width: 94px;
}

#topBarNav ul li a.Sitemap{
	background: url(../images/nav-sitemap.jpg) top no-repeat;
	width: 81px;
}

#topBarNav ul li a:hover {
	background-position: bottom;
}

#topBarNav ul li a.active {
	background-position: bottom !important;
}




/* Top Bar nav  */

#mainNav ul{
	list-style-type: none;
}

#mainNav ul li {
	float: left;
	position:relative;
}

#mainNav ul li span {
	display: none;
}

#mainNav ul li a {
	display: block;
	height: 34px;
}

#mainNav ul li a.Membership {
	background: url(../images/nav-membership.jpg) top no-repeat;
	width: 128px;
}

#mainNav ul li a.Advice {
	background: url(../images/nav-advice.jpg) top no-repeat;
	width: 156px;
}

#mainNav ul li a.Training {
	background: url(../images/nav-training.jpg) top no-repeat;
	width: 80px;
}

#mainNav ul li a.Policies {
	background: url(../images/nav-policies.jpg) top no-repeat;
	width: 153px;
}

#mainNav ul li a.Events{
	background: url(../images/nav-events.jpg) top no-repeat;
	width: 70px;
}

#mainNav ul li a.YourArea{
	background: url(../images/nav-area.jpg) top no-repeat;
	width: 101px;
}

#mainNav ul li a.Consultancy{
	background: url(../images/nav-consultancy.jpg) top no-repeat;
	width: 130px;
}

#mainNav ul li a.Directory{
	background: url(../images/nav-directory.jpg) top no-repeat;
	width: 137px;
}

#mainNav ul li a:hover {
	background-position: bottom;
}

#mainNav ul li a.active {
	background-position: bottom !important;
}
