/*

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

div#static-home {
	float: left;
	height: 167px;
	overflow: hidden;
	margin: 11px 0 17px 0;
	width: 235px;
}

#imageMenu {
	float: right;
	height: 173px;
	overflow: hidden;
	padding: 11px 0 11px 0;
	border-style: none;
	margin: 0 auto;
  	width: 712px;
	font-family: Arial, "Times New Roman", Times, serif;
}

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

#imageMenu ul li {
	float: left;
}


#imageMenu ul li a {
	/* change to 	text-indent: -1000px; if you want to use images in the menu instead of text*/
	background:#FFF none repeat scroll 0%;
	border-right: 2px solid #FFF;
	display:block;
	overflow:hidden;
	width: 115px;
	height: 197px;	font-weight: bold;	font-size: 15px;	color: #FFF;
	text-decoration: none;
		 
	margin: 0;
	padding: 3px 0 0 0;
	text-align: left;
	text-indent: 8px;
	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%;
	border-right-style: none;
}

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