body #menu {
	z-index: 10;
	width: 1320px;
	left:0px;
}
#menu #bgmenu {
	height: 68px !important;
	position: absolute;
	right: 0px;
	bottom: 105px;
	width: 278px;
}
#menu #menutarget  ul li {
	margin: 10px 0px;
	list-style: none;
	position: relative;
}
#menu #menutarget  ul li {
	margin: 10px -10px;
	list-style: none;
	position: relative;
}

#menu #menutarget  .submenu li {
	margin: 5px;
}

#menu #menutarget  ul li a {
	overflow: hidden;
	position: relative;
	display: block;
}

#menu  #menutarget {
	width: 100%;
	left: 0px;
	top: 0px;
}

#menutarget ul ul {
	display: none;
	position: absolute;
	left: -2px;
	bottom: 85px;
}

#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: 115px;
	height: 59px;
	position: absolute;
	z-index: 1;
	left:0px;
	top:0px;
	-webkit-border-radius: 5px;
	/*background: #fff;
	padding: 8px;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.41);*/
}

#menu img {
	display: none;
}

#menu .text {
	height: 20px;
	border-left: 3px solid #FFF;
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	color: #004B92;
	font-size: 22px;
	display: block;
	font-family: mypro_sb;
	top: 25px;
	text-align: center;
	line-height: 20px;
}

#menu .asset2 .text {
	border-left: none;
}
#menu .asset a{
	font-weight: normal;
}
#menu .selected .border {
	background-image: url("../images/border_active.png");
}
#menu .selected .menuImg {
	/*background: #0666A4;*/
}

#menu li li .text {
	display: none;
}
/*---Overwrire system menu-------*/
#menu #menutarget  ul li {
	float: left;
	border: 0px;
	border-radius: 5px;
	margin: 0px;
	margin-right: 0px;
	width: 130px;
	background: transparent;
	height: 79px;
}
/*
#menu>ul {
	top: 0px !important;
}
*/
#menu #menutarget .asset.selected {
 border: 0px solid #dab627

}

#menu .icon_child {
	background: url(../images/haschild.png) no-repeat 0 0;
	bottom: 2px;
	height: 7px;
	position: absolute;
	right: 44px;
	width: 8px;
	z-index: 5;
	display:none;
}

#menu span span {
	position: relative;
	line-height: 13px;
	display: block;
	padding-top:3px;
}	
#menu span span.line1 {
	padding-top: 17px;
}	
#menu span span.line2 {
	padding-top: 11px;
}	
#menu span span.line3 {
	padding-top: 7px;
}	

#menu .asset a { text-align: center; 
line-height: 50px; color: #666; 
font-size: 10px; 
font-weight: normal;
 }
 #menu ul ul.submenu {
    display: none;
    position: absolute;
    left: -4px;
    bottom: 100px;
}
#menu #menutarget ul.submenu li {
	height: 80px;
	margin: 5px;
	box-shadow: 0px 0px 1px #828282;
}
 
#menu  #menutarget #menuscroll{
	width: 1280px !important;
	left: 0px !important;
	height: 68px !important;
	bottom: 0px !important;
	position: absolute;
}


#stage #menu #menutarget li.asset1 { background: url(../images/home.png) no-repeat ; width: 170px; height: 68px;z-index:99; top: 0px;display: none;}
#stage #menu #menutarget li.asset1 .menuImg{ background-image:none; }


#menu .selected .text{ background:none; color: red;}

#stage #menu #menutarget ul.submenu  img{
	display:block;    width: 100%;
	height: 100%;}

#stage #menu #menutarget ul.menu {top: 0px !important;left: 25px !important;}

.margin_top_10px { margin-top: -10px; }
