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

	Image Menu
	v 2.2

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


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



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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

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

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

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

#imageMenu ul li.aj a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 731px;
}

.clear {
	clear: both;
}

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

