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

	Image Menu
	v 2.2

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


#imageMenu {
	
	width: 865px;
	height: 200px;
	overflow: hidden;
	margin:10px auto 0px auto;
/*	border-right:#F09 solid 2px;*/
}



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.landscapes a {
	background: url(../images/jenny.jpg) repeat scroll 0%;
}



#imageMenu ul li.landscapes span {
	background: url(../images/jenny.jpg);
	width:330px;
	height:200px;
	display:block;
	text-indent: -1000px;
	border-right: 2px solid #fff;
}

#imageMenu ul li.about a {
	background: url(../images/jenny4.jpg) repeat scroll 0%;
}



#imageMenu ul li.about span {
	background: url(../images/jenny4.jpg);
	width:330px;
	height:200px;
	display:block;
	text-indent: -1000px;
	border-right: 2px solid #fff;
}


#imageMenu ul li.hair_services a {
	background: url(../images/hair_services.jpg) repeat scroll 0%;
}

#imageMenu ul li.hair_services span {
	background: url(../images/hair_services.jpg);
	width:330px;
	height:200px;
	display:block;
	text-indent: -1000px;
	border-right: 2px solid #fff;
}

#imageMenu ul li.nature a {
	background: url(../images/kenra.jpg) repeat scroll 0%;
}

#imageMenu ul li.nature span {
	background: url(../images/kenra.jpg);
	width:330px;
	height:200px;
	display:block;
	text-indent: -1000px;
	border-right: 2px solid #fff;
}


#imageMenu ul li.urban a {
	background: url(../images/wedding_hair_styles.jpg) repeat scroll 0%;
}
#imageMenu ul li.urban span {
	background: url(../images/wedding_hair_styles.jpg);
	width:330px;
	height:200px;
	display:block;
	text-indent: -1000px;
	border-right: 2px solid #fff;
}

#imageMenu ul li.location a {
	background:url(../images/paradise_hair_location.jpg) repeat scroll 0%;
	
	
}

#imageMenu ul li.location span {
	background:url(../images/paradise_hair_location.jpg);
	width:330px;
	height:200px;
	display:block;
	text-indent: -1000px;
	
}

/*#imageMenu ul li.bar span {
	background:url(../images/bar.jpg);
	width:5px;
	height:200px;
	display:block;
	text-indent: -1000px;
	
	
}
*/

.clear {
	clear: both;
}

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

