@charset "utf-8";
/* CSS Document */
/* top_nav */
#top_nav{
	display:block;
	left:0px;
	float:right;
	width:580px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top:20px;
	}
	
#top_nav ul {
	list-style: none;
}

#top_nav ul li {
	display: inline;

}

#top_nav ul li a {
	display: block;
	position:relative;
	float: left;
	width: 80px;
	height: 25px;
	background: url(../images/buttons/top_nav.png) no-repeat;

}


#top_nav ul li#flightsnav a {
	width: 85px;
	background-position: 0px top;
}

#top_nav ul li#flightsnav a:hover {
	background-position: 0px center;
}

#top_nav ul li#flightsnav.selected a {
	background-position: 0px bottom;
}

#top_nav ul li#carhirenav a {
	width: 85px;
	background-position: -85px top;
}

#top_nav ul li#carhirenav a:hover {
	background-position: -85px center;
}

#top_nav ul li#carhirenav.selected a {
	background-position: -85px bottom;
}

#top_nav ul li#hotelsnav a {
	width: 90px;
	background-position: -170px top;
}

#top_nav ul li#hotelsnav a:hover {
	background-position: -170px center;
}

#top_nav ul li#hotelsnav.selected a {
	background-position: -170px bottom;
}

#top_nav ul li span {
	position: absolute;
	top: 0;
	left: -9999px;
}
