/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	xheight: 240px;
	height: 100px;
	overflow: hidden;
	padding: 4px 0 10px 0px;
	border-style: none;
	margin: 0 auto;
  	xwidth: 964px;
	width: 924px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	xheight: 200px;
	height: 85px;
	padding: 0;
	background: url(/img/header.jpg) no-repeat right top;
}

#imageMenu ul li {
	float: left;
	margin: 0;
	xpadding-bottom: 10px; 
	xpadding-top: 1px;
	
	xborder-bottom-style: solid;
	xborder-bottom-width: 1px;
	xpadding-bottom: 12px;
	xpadding-top: 12px;
	xborder-top-style: solid;
	xborder-top-width: 1px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	xborder-right: 2px solid #fff;
	border-right: 2px solid #CFF0C5;
	cursor:pointer;
	display:block;
	overflow:hidden;
	xwidth:133px;
	width:100px;
	xheight: 200px;
	height: 85px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	xborder: 1px solid #3B3B3B;
}

#imageMenu ul li.bk1 a {
	background: url(/img/01.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(/img/02.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(/img/03.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk4 a {
	background: url(/img/04.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk5 a {
	background: url(/img/05.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk6 a {
	background: url(/img/06.jpg) repeat scroll 0%;
}


#imageMenu ul li.bk7 a {
	background: url(/img/07.jpg) repeat scroll 0%;
	xborder-right-style: none;
}

.clear {
	clear: both;
}


