@charset "utf-8";
/* CSS Document */
#menu{
	position:absolute;
	margin-left:320px;
	margin-top:58px;
	z-index:1;
	width:560px;
}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu ul li{
	display:block;
	float:left;
	margin-right:1px;
	text-align:center;
}
#menu ul li a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding-top:7px;
	height:37px;
	line-height:10px;
}
#item1{
	background:url(../images/item234_offnew.png) no-repeat;
	width:90px;
}
#item1 .on{
	background:url(../images/item234_onnew.png) no-repeat;
}
#item2{
	background:url(../images/item234_offnew.png) no-repeat;
	width:90px;
}
#item2 .on{
	background:url(../images/item234_onnew.png) no-repeat;
}
#item3{
	background:url(../images/item234_offnew.png) no-repeat;
	width:90px;
}
#item3 .on{
	background:url(../images/item234_onnew.png) no-repeat;
}
#item4{
	background:url(../images/item5_offnew.png) no-repeat;
	width:92px;
}
#item4 .on{
	background:url(../images/item5_onnew.png) no-repeat;
}
#item5{
	background:url(../images/item1_offnew.png) no-repeat;
	width:89px;
}
#item5 .on{
	background:url(../images/item1_onnew.png) no-repeat;
}
#item6{
	background:url(../images/item6_offnew.png) no-repeat;
	width:89px;
}
#item6 .on{
	background:url(../images/item6_onnew.png) no-repeat;
}

