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

#imageMenu {
	height: 150px;
	overflow: hidden;	background-color: #333;
	padding: 0px 0 1px -100px;
	border-style: none;
	 margin: 0 auto;
  width: 901px;
}

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

#imageMenu ul li {
	float: left;
	padding-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	padding-top: 1px;
	border-top-style: solid;
	border-top-width: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#333 none repeat scroll 0%;
	border-right: 4px solid #333;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:123px;
	height: 123px;
	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/reptiles.jpg) repeat scroll 0%;
}

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

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

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

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

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


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

.clear {
	clear: both;
}


