body #menu {
	z-index: 101;
	width: 825px;
	left: 267px;
}
#menu  #menutarget {
	width: 100%;
	left: 0px;
	top: 0px;
}
#menu #menutarget  ul li {
	list-style: none;
	position: relative;
}
#menu #menutarget  ul li a {
	overflow: hidden;
	position: relative;
	display: block;
}
#menu ul ul.submenu {
	display: none;
	position: absolute;
	left: -6px;
	bottom: 100px;
}
#menu .border,#menu a {
	width: 100%;
	height: 100%;
}
#menu .border {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 3;
}
#menu .menuImg {
	width: 0px;
	height: 0px;
	position: absolute;
	z-index: 1;
	left:0px;
	top:0px;
}
#menu img {
	display: none;
}
#menu .text {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 3px;
	color: #004b92;
	font-size: 18px;
	display: block;
	font-family: mypro_sb;
	top: 35px;
	left: 25px;
	text-align: center;
	line-height: 20px;
}
#menu .asset2 .text {
	border-left: none;
}
#menu .asset a{
	font-weight: normal;
}
#menu .selected .border {
	background-image: none;
}
#menu .selected .menuImg {
	/*background: #0666A4;*/
}
#menu li li .text {
	display: none;
}
/*---Overwrire system menu-------*/
#menu #menutarget ul li {
	float: left;
	width: 180px;
	height: 100px;
	border: 0px;
	border-radius: 5px;
	margin: 0px;
	margin-right: -20px;
	background: url(../images/btn.png);
	background-size: 100% 100%;
}
#menu #menutarget  ul li.selected {
	background: url(../images/btn.png);
	background-size: 100% 100%;
}
#menu .icon_child {
	background: url(../images/haschild.png) no-repeat 0 0;
	bottom: 0px;
	height: 0px;
	position: absolute;
	right: 0px;
	width: 0px;
	z-index: 5;
	display:none;
}
#menu span span {
	position: relative;
	line-height: 13px;
	display: block;
	padding-top:3px;
}
#menu .asset a {
	text-align: center;
	line-height: 50px; color: #666;
	font-size: 10px;
	font-weight: normal;
 }
#menu #menutarget ul.submenu li {
	height: 80px;
	margin: 5px;
	box-shadow: 0px 0px 1px #828282;
}
#menu  #menutarget #menuscroll{
	width: 100% !important;
	left: 0px !important;
	height: 100px !important;
	bottom: 0px !important;
	position: absolute;
}
#stage #menu #menutarget li.asset1 {
	display: none;
}
#stage #menu #menutarget li.asset1 .menuImg{
	/*background: url(../images/btn_home.png);*/
	background-size: 100%;
}
#menu .selected .text{
	background:none;
	color: #a4cd3a;
}
#stage #menu #menutarget ul.submenu img{
	display:block;
	width: 100%;
	height: 100%;
}

#stage #menu #menutarget ul.menu {
	top: 0px !important;
	left: 0px !important;
}
.margin_top_10px { margin-top: 8px; }

#stage #menu #menutarget ul.submenu li{
	width: 145px;
	margin-left: 45px;
	height: 75px;
}
