/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	height: 500px;
	overflow: hidden;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	border-style: none;
	 margin: 0 auto;
  width: 265px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 0px;
	padding: 0;
	}

#imageMenu ul li {
	float: block;
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: 5px;
	padding-right: 5px;
	border-right-style: solid;
	border-right-width: 2px;
	vertical-align: top;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-top: 1px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:250px;
	height: 100px;
		margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: top;
}

#imageMenu ul li.bk1 a {
	background: url(images/people.jpg) repeat scroll 0%; background-position:top; border-top-style: none;
}

#imageMenu ul li.bk2 a {
	background: url(images/landscapes.jpg) repeat scroll 0%; background-position:top;
}

#imageMenu ul li.bk3 a {
	background: url(images/nature.jpg) repeat scroll 0%; background-position:top;
}

#imageMenu ul li.bk4 a {
	background: url(images/architecture.jpg) repeat scroll 0%; background-position:top;
}

#imageMenu ul li.bk5 a {
	background: url(images/places.jpg) repeat scroll 0%; background-position:top;
}

#imageMenu ul li.bk6 a {
	background: url(images/vert.jpg) repeat scroll 0%; background-position:top;
}


#imageMenu ul li.bk7 a {
	background: url(images/vert.jpg) repeat scroll 0%; background-position:top;
	border-top-style: none;
}

.clear {
	clear: both;
}


