/* - - - - navigation - - - - */

#home {

	width: 44px;

	height: 17px;

	background:url(../images/home.gif) no-repeat;
	
	
	float:left;
}

#home:hover{

	width: 44px;

	height: 17px;

	background:url(../images/home_on.gif) no-repeat;
	
	float:left;

}

#home_selected {

	width: 44px;

	height: 17px;

	background:url(../images/home_on.gif) no-repeat;
	
	float:left;

}

#home_selected:hover{

	width: 44px;

	height: 17px;

	background:url(../images/home_on.gif) no-repeat;
	
	float:left;
}

#about {

	width: 204px;

	height: 17px;

	background:url(../images/aboutus.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#about:hover{

	width: 204px;

	height: 17px;

	background:url(../images/aboutus_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#about_selected {

	width: 204px;

	height: 17px;

	background:url(../images/aboutus_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#about_selected:hover{

	width: 204px;

	height: 17px;

	background:url(../images/aboutus_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#services {

	width: 108px;

	height: 17px;

	background:url(../images/services.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#services:hover{

	width: 108px;

	height: 17px;

	background:url(../images/services_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;

}

#services_selected {

	width: 108px;

	height: 17px;

	background:url(../images/services_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;

}

#services_selected:hover{

	width: 108px;

	height: 17px;

	background:url(../images/services_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#booking {

	width: 100px;

	height: 17px;

	background:url(../images/online_booking.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}

#booking:hover{

	width: 100px;

	height: 17px;

	background:url(../images/online_booking_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;

}

#booking_selected {

	width: 100px;

	height: 17px;

	background:url(../images/online_booking_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;

}

#booking_selected:hover{

	width: 100px;

	height: 17px;

	background:url(../images/online_booking_on.gif) no-repeat;
	
	float:left;
	
	margin-left:30px;
}