#li6{
	position: relative;
}
.sube{
	background:url("/images/commun/menu.png")  0 20px no-repeat;
	display:none;
	left:-18px;
	padding:24px 7px 0;
	position:absolute;
	top:4px;
	width:120px;
	z-index:99;
}
#menu2 .sube{
	background:url("/images/commun/menuR.png")  0 20px no-repeat;
}

.sube.On{
	display: block;
}
#menu .sube li, #menuen .sube li {
	background-color:#9F160A;
	border-bottom:1px solid #7F1208;
	min-height:16px;
	padding:4px 0;
	text-align:center;
	width:121px;
}
#menu2 .sube li{
	background-color:#d57e14;
	border-bottom:1px solid #c1550d;
	min-height:16px;
	padding:4px 0;
	text-align:center;
	width:121px;
}
#menu .sube li.last, #menu2 .sube li.last, #menuen .sube li.last{
	border: 0;
}
#menu .sube li.close, #menuen .sube li.close{
	background: url(/images/commun/menu-close.png) 0 0 no-repeat;
	height: 4px;
	width: 134px;
	margin-left: -6px;
	border: 0;
}
#menu2 .sube li.close{
	background: url(/images/commun/menuR-close.png) 0 0 no-repeat;
	height: 4px;
	width: 134px;
	margin-left: -8px;
	border: 0;
}

