
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 620px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: -15px;
	display: block;
	height: 200px;
	width: 1000px;
	  
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}
/*
#imageMenu ul li.home1 a {
	background: url("../Images/home1.jpg") repeat scroll 0%;
}

#imageMenu ul li.home2 a {
	background: url("../Images/home2.jpg") repeat scroll 0%;
}

#imageMenu ul li.home3 a {
	background: url("../Images/home3.jpg") repeat scroll 0%;
}

#imageMenu ul li.home4 a {
	background: url("../Images/home4.jpg") repeat scroll 0%;
}

#imageMenu ul li.home5 a {
  background: url("../Images/home5.jpg") repeat scroll 0%;
}
*/
#imageMenu ul li.home6 a {
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/

