
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/

#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 280px;
	width: 1000px;
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: 0px;
	background: #FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 100px;
	height: 280px;
}

#imageMenu ul li#obr1 a {
	background: url(images/1.jpg) repeat scroll 0%;
}

#imageMenu ul li#obr2 a {
	background: url(images/2.jpg) repeat scroll 0%;
}

#imageMenu ul li#obr3 a {
	background: url(images/3.jpg) repeat scroll 0%;
}

#imageMenu ul li#obr4 a {
	background: url(images/4.jpg) repeat scroll 0%;
}

#imageMenu ul li#obr5 a {
	background: url(images/5.jpg) repeat scroll 0%;
}
#imageMenu ul li#obr6 a {
	background: url(images/6.gif) repeat scroll 0%;
}
#imageMenu ul li#obr7 a {
	background: url(images/7.jpg) repeat scroll 0%;
}
.clear {
	clear: both;
}

/*************************************************************/


