
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#imageMenu {
/*	margin-left:-40px; */
	margin-left:0px;
	position: left;

/*	width: 727px; */
/*	width: 730px;*/
/*	width: 670px;*/
/*	width: 770px;*/
/*	width: 834px; */
	width: 1032px; 
	height: 150px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	
	padding: 0px;
	
	display: block;
	height: 150px;
	width: 1032px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
    background: url("/img/splash_bar.png") no-repeat scroll 0 110px transparent;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:97px;
	height: 150px;
    position: relative;
/* text-indent: -1000px; */    
}

#imageMenu ul li a span{
    bottom: 0;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    height: 37px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 97px;
}




#imageMenu ul li.cruise a {
	background: url(../img/cruise.jpg) repeat scroll 0%;
}

#imageMenu ul li.exotic a {
	background: url(../img/exotic.jpg) repeat scroll 0%;
}

#imageMenu ul li.paris a {
	background: url(../img/paris.jpg) repeat scroll 0%;
}

#imageMenu ul li.sea a {
	background: url(../img/sea.jpg) repeat scroll 0%;
}

#imageMenu ul li.ski a {
	background: url(../img/ski.jpg) repeat scroll 0%;
}
#imageMenu ul li.spa a {
	background: url(../img/spa.jpg) repeat scroll 0%;
}

#imageMenu ul li.golf a {
	background: url(../img/golf.jpg) repeat scroll 0%;
	width: 97px;
}
#imageMenu ul li.pilgrimage a {
	background: url(../img/pilgrimage.jpg) repeat scroll 0%;
	width: 97px;
}
#imageMenu ul li.may a {
	background: url(../img/may.jpg) repeat scroll 0%;
	width: 97px;
}
#imageMenu ul li.eks a {
	background: url(../img/eks.jpg) repeat scroll 0%;
	width: 97px;
}

.clear {
	clear: both;
}

/*************************************************************/


