﻿
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 1024px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1600px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1600px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:128px;
	height: 200px;
}

#imageMenu ul li.syria a {
	background: url(../images/about-syria.jpg) repeat scroll 0%;
}
#imageMenu ul li.tour a {
	background: url(../images/tour.jpg) repeat scroll 0%;
}
#imageMenu ul li.hotels a {
	background: url(../images/hotels.jpg) repeat scroll 0%;
}
#imageMenu ul li.rest a {
	background: url(../images/restaurants.jpg) repeat scroll 0%;
}
#imageMenu ul li.car a {
	background: url(../images/car.jpg) repeat scroll 0%;
}
#imageMenu ul li.cru a {
	background: url(../images/cruises.jpg) repeat scroll 0%;
}
#imageMenu ul li.trains a {
	background: url(../images/trains.jpg) repeat scroll 0%;
}
#imageMenu ul li.ph a {
	background: url(../images/photo.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/

