/*********** BEGIN MAIN NAVIGATION ******************/

#serviceNav
{
	width: 512px;
	height: 40px;
	float: left;
	background: url(../images/customerService/custServNavOff.gif) no-repeat top left;
	margin: 0 auto;
	clear: both;
}

#serviceNav ul
{
	display: block;
	float: none;
	list-style: none none;
	margin: 0 auto;
	width: 512px;
	height: 40px;
	padding: 0;
	margin-left: 0px;
}
#serviceNav ul li
{
	display: block;
	float: left;
	height: 40px;
	clear: none;
}
#serviceNav ul li a
{
	display: block;
	float: left;	
	height: 40px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}


li#navoverview a
{
	width: 93px;
}

li#navfaq a
{
	width: 69px;
}

li#navguarantee a
{
	width: 133px;
}

li#navclub a
{
	width: 83px;
}
li#navcontact a
{
	width: 92px;
}


li#navoverview a:hover, li#navoverview.selected a
{
	background: transparent url(../images/customerService/custServNavOn.gif) 0px 0px no-repeat;
	width: 93px;
}
li#navfaq a:hover, li#navfaq.selected a
{
	background: transparent url(../images/customerService/custServNavOn.gif) -93px 0px no-repeat;
	width: 69px;
}
li#navguarantee a:hover, li#navguarantee.selected a
{
	background: transparent url(../images/customerService/custServNavOn.gif) -162px 0px no-repeat;
	width: 133px;
}
li#navclub a:hover, li#navclub.selected a
{
	background: transparent url(../images/customerService/custServNavOn.gif) -295px 0px no-repeat;
	width: 83px;
}
li#navcontact a:hover, li#navcontact.selected a
{
	background: transparent url(../images/customerService/custServNavOn.gif) -378px 0px no-repeat;
	width: 92px;
}


/************* END MAIN NAVIGATION ***********************/
