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

#imageMenu {
	height: 320px;
	overflow: hidden;
	padding: auto auto;
	border-style: none;
	padding-left:15px;
	 margin: 0 auto;
  width: 900px;
 /* background-color:#4a7cd3;*/
  margin-right:auto;margin-left:30px;
	border-color:#5487dd;	border-top-style: solid;
	border-top-width: 2px;
text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-bottom: 12px;

}

#imgtext{

height:100px;

}

#imageMenu ul {
	margin-right:auto;
margin-left:auto;
	list-style: none;
 margin: 0 0;
	display: block;
	height: 280px;

	padding: 0;
	
	}

#imageMenu ul li {

float: left;

	padding-bottom: 12px;
	padding-top: 12px;


}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none no-repeat scroll 0%;
	border-right: 2px solid #5487dd;

	cursor:pointer;
	display:block;
	overflow:hidden;
	width:140px;
	height: 280px;
		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/022.jpg) no-repeat scroll 0%;

}

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

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

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

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

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


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

.clear {
	clear: both;
}


