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

	Image Menu
	v 2.2

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


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



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

#imageMenu ul li {
	float: left;
}

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

#imageMenu ul li.btn1 a {
	background: url(img/img1.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.btn2 a {
	background: url(img/img2.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.btn3 a {
	background: url(img/img3.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.btn4 a {
	background: url(img/img4.jpg) scroll 0% no-repeat;
}

#imageMenu ul li.btn5 a {
	background: url(img/img5.jpg) scroll 0% no-repeat;

}

#imageMenu ul li.btn6 a {
	background: url(img/img6.jpg) scroll 0% no-repeat;
	width: 210px;
}

.clear {
	clear: both;
}

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

