/**************************************************************
	Image Menu
	v 2.2
**************************************************************/
#imageMenu {
	position: relative;
	width: 660px;
	height: 410px;
	overflow: hidden;
}
#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 410px;
	width: 660px;
}
#imageMenu ul li {
	float: left;
}
#imageMenu ul li a {
	text-indent: -660px;
	background:#FFFFFF none repeat scroll 0%;
	/*border-right: 2px solid #fff;*/
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:162px;
	height: 410px;
}
#imageMenu ul li.plan1 a {
	background: url(../images/plan/plan-01.jpg) repeat scroll 0%;
}
#imageMenu ul li.plan2 a {
	background: url(../images/plan/plan-02.jpg) repeat scroll 0%;
}
#imageMenu ul li.plan3 a {
	background: url(../images/plan/plan-03.jpg) repeat scroll 0%;
}
#imageMenu ul li.plan4 a {
	background: url(../images/plan/plan-04.jpg) repeat scroll 0%;
  border-right: 1px solid #7b7b7b;
}
.clear {
	clear: both;
}
/*************************************************************/
