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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 250px;
	overflow: hidden;
}



#imageMenu ul {

	margin: 0px;
	display: block;
	height: 250px;
	width: 579pxpx;
	
	}

#imageMenu ul li {
	float: left;
	list-style-type: none;
	list-style-image: none;

}

#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.clothing a {
	background: url(../images/clothing.jpg) repeat scroll 0%;
	
}

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

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

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

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

.clear {
	clear: both;
}

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

