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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 625px;
	height: 128px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 128px;
	width: 725px;
}

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

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

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


.clear {
	clear: both;
}

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

