/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 400px;
	overflow: hidden;
	border-style: none;
	margin: 0 auto;
  	width: 960px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 400px;
	padding: 0;
	}

#imageMenu ul li {
	float: left;
	margin:0;
	padding:0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:188px;
	height: 400px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#imageMenu ul li.bk1 a {
	background: url(images/hitter.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/hacker.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/thief.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(images/grifter.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(images/brains.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
