/*****
Image Menu
v 2.2
*****/
#imageMenu
{
	height: 240px;
	overflow: hidden;
	padding: 10px 0 5px 0px;
	border-style: none;
	margin: 0 auto;
	width: 964px;
}
#imageMenu UL
{
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	padding: 0;
}
#imageMenu UL LI
{
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #211811;
}
#imageMenu UL LI A
{
	text-indent: -1000px;
	background: #C6DDB9 none repeat scroll 0%;
	border-right: 1px solid #233;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 133px;
	height: 200px;
	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/1.jpg) repeat scroll 0%;
}
#imageMenu UL LI.bk2 A
{
	background: url(images/2.jpg) repeat scroll 0%;
}
#imageMenu UL LI.bk3 A
{
	background: url(images/3.jpg) repeat scroll 0%;
}
#imageMenu UL LI.bk4 A
{
	background: url(images/4.jpg) repeat scroll 0%;
}
#imageMenu UL LI.bk5 A
{
	background: url(images/5.jpg) repeat scroll 0%;
}
#imageMenu UL LI.bk6 A
{
	background: url(images/6.jpg) repeat scroll 0%;
}
#imageMenu UL LI.bk7 A
{
	background: url(images/7.jpg) repeat scroll 0%;
	border-right-style: none;
}
.clear
{
	clear: both;
}

