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

	Image Menu
	v 2.2

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


.imageMenu {
	position: relative;
	width: 720px;
	height: 416px;
	overflow: hidden;
	background-color: #003;
	clear: both;
	border: 1px solid #C60;
	left: 50px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 413px;
	width: 1000px;
	}

.imageMenu ul li {
	float: left;
	position: relative;
	left: -34px;
	top: 5px;
}

.imageMenu ul li a {
	text-indent: -1000px;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:175px;
	height: 404px;
	background-attachment: scroll;
	background-color: #003;
	background-image: none;
	background-repeat: repeat;
	background-position: 0%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #003;
}

.imageMenu ul li.panelA a {
	background-attachment: scroll;
	background-image: url(../images/home/proddes.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.panelB a {
	background-attachment: scroll;
	background-image: url(../images/home/artdirect.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.panelC a {
	background-attachment: scroll;
	background-image: url(../images/home/event.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.imageMenu ul li.panelD a {
	background-attachment: scroll;
	background-image: url(../images/home/exhibit.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.panelE a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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