#menuHome{
	width:541px;
	height:239px;
	position:absolute;
	left: 165px;
	top: 202px;
	background:url(/design/menu-home.png) no-repeat top left;
	z-index:0;
}

#menuHome A , #menuHome SPAN{
	width:107px;
	height:59px;
	display:block;
	float:left;
	margin:0 1px 1px 0;
	position:relative;
	z-index:0;
}

#menuHome .iRight{
	float:right;
	width:215px;
	height:119px;
}

#menuHome A SPAN {
	position:absolute;
	top:0;
	left:0;
	width:107px;
	height:59px;
	z-index:999;
	display:block;
	background:transparent;
}

#menuHome  A:hover SPAN{
	background:url(/design/menu-l2-effect.png);
	cursor:pointer;
}

