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

#mainmenu {
	height: 200px;
	overflow: hidden;
	background-color: #000;
	padding: 0px;
	border-style: none;
	margin: 0 auto;
  width: 1000px;
}

#mainmenu ul {
	height: 200px;
	overflow: hidden;
	list-style: none;
	margin: 0px;
	display: block;
	padding: 0;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:138px;
	height: 200px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

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

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

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

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

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

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

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

.clear {
	clear: both;
}


