/*****
Image Menu
v 2.2
*****/

#imageMenu {
	height: 150px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 0 20px 0;
	border: 0px dashed #333;
	margin: 0 auto;
	width: 740px;
	float: left;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#fff none repeat scroll 0%;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:87px;
	height: 150px;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
#imageMenu ul li.bk0 {
	background: url(images/cefc_logo.jpg) repeat scroll 0%;
	text-indent: -1000px;
	border-right: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 170px;
	height: 150px;
	margin: 5px 0 0 0;
	padding: 0;
	vertical-align: baseline;
}

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

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

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

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

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

#imageMenu ul li.bk6 a {
	background: url(images/press.jpg) repeat scroll 0%;
		border-right-style: none;
}


.clear {
	clear: both;
}


}
