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

#imageMenu {
	height: 240px;
	overflow: hidden;
	border-style: none;
	margin: 0 auto;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:109px;
	height: 171px;
	margin: 0;	padding: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;
}

.clear {
	clear: both;
}

#imageMenu ul li.bk-members a {
	background: url(images/members.jpg) repeat scroll 0%;
}
#imageMenu ul li.bk-calendar a {
	background: url(images/calendar.jpg) repeat scroll 0%;
}
#imageMenu ul li.bk-ts a {
	background: url(images/ts.jpg) repeat scroll 0%;
}
#imageMenu ul li.bk-ma a {
	background: url(images/ma.jpg) repeat scroll 0%;
	width:128px;
}
#imageMenu ul li.bk-youth a {
	background: url(images/youth.jpg) repeat scroll 0%;
}
#imageMenu ul li.bk-publications a {
	background: url(images/publications.jpg) repeat scroll 0%;
}
#imageMenu ul li.bk-contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
}