
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 500px;
	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: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.T-shirt a {
	background: url(images/T-shirt.jpg) repeat scroll 0%;
}

#imageMenu ul li.POLO a {
	background: url(images/POLO.jpg) repeat scroll 0%;
}

#imageMenu ul li.Cap a {
	background: url(images/Cap.jpg) repeat scroll 0%;
}

#imageMenu ul li.Shoes a {
	background: url(images/Shoes.jpg) repeat scroll 0%;
}

#imageMenu ul li.Em a {
	background: url(images/Em.jpg) repeat scroll 0%;
}

#imageMenu ul li.T-shirt1 a {
	background: url(images/T-shirt1.jpg) repeat scroll 0%;
}

#imageMenu ul li.POLO1 a {
	background: url(images/POLO1.jpg) repeat scroll 0%;
}

#imageMenu ul li.Cap1 a {
	background: url(images/Cap1.jpg) repeat scroll 0%;
}

#imageMenu ul li.Shoes1 a {
	background: url(images/Shoes1.jpg) repeat scroll 0%;
}

#imageMenu ul li.Em1 a {
	background: url(images/Em1.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

/*************************************************************/


