/*--------------------NAVIGATION MENU---------------------------------*/
#nav{
	height:31px;
	width:698px;
	}
#nav div{
	height:31px;
	position:relative;
	background-repeat:no-repeat;
	white-space:nowrap;
	display:inline;
	float: left;
	}
#nav a{
	float:left;

	text-decoration:none;
	display:block;
	}
#nav img{
	height:31px;
	}
#nav div.home img{
	width:59px;
	background:url('images/home.jpg') no-repeat;
	}
#nav div.home{
	width:59px;
	background:url('images/home_.jpg') no-repeat;
	}
#nav div.services img{
	width:92x;
	background:url('images/services.jpg') no-repeat;
	}
#nav div.services{
	width:92px;
	background:url('images/services_.jpg') no-repeat;
	}
#nav div.fleet img{
	width:65px;
	background:url('images/fleet.jpg') no-repeat;
	}
#nav div.fleet{
	width:65px;
	background:url('images/fleet_.jpg') no-repeat;
	}

#nav div.rates img{
	width:69px;
	background:url('images/rates.jpg') no-repeat;
	}
#nav div.rates{
	width:69px;
	background:url('images/rates_.jpg') no-repeat;
	}

#nav div.travelInfo img{
	width:112px;
	background:url('images/travelinfo.jpg') no-repeat;
	}
#nav div.travelInfo{
	width:112px;
	background:url('images/travelinfo_.jpg') no-repeat;
	}

#nav div.contact img{
	width:86px;
	background:url('images/contact.jpg') no-repeat;
	}
#nav div.contact{
	width:86px;
	background:url('images/contact_.jpg') no-repeat;
	}
#nav div.left{
	width:215px;
	background:url('images/nav_bar_left.jpg') no-repeat;
	}

#nav div.homeActive{
	width:59px;
	background:url('images/home_.jpg') no-repeat;
	}

#nav div.servicesActive{
	width:92px;
	background:url('images/services_.jpg') no-repeat;
	}

#nav div.fleetActive{
	width:80px;
	background:url('images/fleet_.jpg') no-repeat;
	}


#nav div.ratesActive{
	width:69px;
	background:url('images/rates_.jpg') no-repeat;
	}



#nav div.travelInfoActive{
	width:112px;
	background:url('images/travelinfo_.jpg') no-repeat;
	}

#nav div.contactActive{
	width:86px;
	background:url('images/contact_.jpg') no-repeat;
	}

#nav a:hover{
	visibility:visible;
	}
#nav a:hover img{
	visibility:hidden;
	}
