﻿#MainNav {
	height: 40px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#MainNav li {
	float: left;
	margin: 0px;
	position: relative;
	border-right: 1px solid #cccccc;
}

#MainNav li a {
	float: left;
	text-indent: -9999px;
	height: 40px;
	padding: 0px 15px 0px 15px;
	margin: 0px;
}

#MainNav li.last {
	border-right: 0px;
}

#MainNav a.servicesforyou {
	background: transparent url(/_img/nav_servicesforyou.gif) 15px 50% no-repeat;
	width: 90px;
	margin-left: -15px;
}

#MainNav a.servicesforyourbusiness {
	background: transparent url(/_img/nav_servicesforyourbusiness.gif) 15px 50% no-repeat;
	width: 146px;
	margin-right: 248px;
}

#MainNav a.home {
	background: transparent url(/_img/nav_home.gif) 15px 50% no-repeat;
	width: 30px;
}

#MainNav a.aboutus {
	background: transparent url(/_img/nav_aboutus.gif) 15px 50% no-repeat;
	width: 49px;
}

#MainNav a.newsmedia {
	background: transparent url(/_img/nav_newsandmedia.gif) 15px 50% no-repeat;
	width: 77px;
}

#MainNav a.people {
	background: transparent url(/_img/nav_people.gif) 15px 50% no-repeat;
	width: 35px;
}

#MainNav a.contactus {
	background: transparent url(/_img/nav_contactus.gif) 15px 50% no-repeat;
	width: 60px;
	margin-right: -15px;
}

#MainNav a:hover {
	background-position: -185px;
}


