/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 1000px;
	height: 200px;
	overflow: hidden;
}



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

.imageMenu ul li {
	float: left;
	margin: 0;
}

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

.imageMenu ul li.icon-pink a {
	background: transparent url(images/icon-pink.jpg) repeat scroll 0%;
}

.imageMenu ul li.icon-blue a {
	background: transparent url(images/icon-blue.jpg) repeat scroll 0%;
}

.imageMenu ul li.icon-yellow a {
	background: transparent url(images/icon-yellow.jpg) repeat scroll 0%;
}

.imageMenu ul li.icon-purple a {
	background: transparent url(images/icon-purple.jpg) repeat scroll 0%;
}

.imageMenu ul li.icon-green a {
	background: transparent url(images/icon-green.jpg) repeat scroll 0%;
}

.imageMenu ul li.icon-brown a {
	background: transparent url(images/icon-brown.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

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

