/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 130px;
	overflow: hidden;
	background-color: #000;
	padding: 5px 0 0px 4px;
	border-style: none;
	margin: 0 auto;
  	width: 960px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 12px;
	padding-top: 12px;
	border-top-style: solid;
	border-top-width: 2px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:133px;
	height: 100px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk01 a {
	background: url(images/01_gran_torino.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk02 a {
	background: url(images/02_angry_men.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk03 a {
	background: url(images/03_jean_florette.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk04 a {
	background: url(images/04_young_victoria.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk05 a {
	background: url(images/08_3burials.jpg) repeat scroll 0%;
	border-right-style: none;
}
#imageMenu ul li.bk06 a {
	background: url(images/06_cabiria.jpg) repeat scroll 0%;
	border-right-style: none;
}

#imageMenu ul li.bk07 a {
	background: url(images/07_loop.jpg) repeat scroll 0%;
}


#imageMenu ul li.bk08 a {
	background: url(images/05_education.jpg) repeat scroll 0%;
}
#imageMenu ul li.bk09 a {
	background: url(images/09_sherlock.jpg) repeat scroll 0%;
	border-right-style: none;
}

#imageMenu ul li.bk10 a {
	background: url(images/10_fishtank.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}


