body #menu {
	z-index: 10;
	width: 1280px;
	left: 0px;
	background: url(../images/bg_main.png) no-repeat;
	background-position: bottom;
	background-size: 100%;
}

#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;
}

#menutarget ul ul {
	display: none;
	position: absolute;
	left: -4px;
	bottom: 80px !important;
}

#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: 150px;
	height: 80px;
	position: absolute;
	z-index: 1;
	left:0px;
	top:0px;
	-webkit-border-radius: 5px;
}

#menu img {
	display: none;
}

#menu .text {
	width: 100%;
	position: absolute;
	z-index: 2;
	left: 0px;
	color: #cecece;
	font-size: 18px;
	display: block;
	font-family: mypro_sb;
	top: 22px;
	text-align: center;
	line-height: 20px;
}
#menu .asset a{
	font-weight: normal;
}
#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 13px;
	width: 150px;
	background: url(../images/btn_main.png);
	height: 80px;
	background-size: 100% 100%;
}

#menu #menutarget  ul li.selected {
	background: url(../images/btn_main_selected.png);
	background-size: 100% 100%;
}

#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 .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: 1280px !important;
	left: 0px !important;
	height: 80px !important;
	bottom: 0px !important;
	position: absolute;
}

#stage #menu #menutarget li.asset1 { }
#stage #menu #menutarget li.asset1 .menuImg{ background-image:none; }
#menu .selected .text{ background:none; color: white;}
#stage #menu #menutarget ul.submenu  img{ display:block; width: 100%; height: 100%; }
#stage #menu #menutarget ul.menu {top: 0px !important;left: 200px !important;}
.margin_top_10px { margin-top: 10px; }

/* For different flow */
body #menu.ivf {
	background: url(../images/bg_ivf.png) no-repeat;
	background-position: bottom;
	background-size: 100%;
}
body #menu.doa {
	background: url(../images/bg_doa.png) no-repeat;
	background-position: bottom;
	background-size: 100%;
}
#menu.ivf #menutarget  ul li {
	 background: url(../images/btn_ivf.png);
	 background-size: 100% 100%;
 }

#menu.ivf #menutarget  ul li.selected {
	background: url(../images/btn_ivf_selected.png);
	background-size: 100% 100%;
}
#menu.doa #menutarget  ul li {
	 background: url(../images/btn_doa.png);
	 background-size: 100% 100%;
 }

#menu.doa #menutarget  ul li.selected {
	background: url(../images/btn_doa_selected.png);
	background-size: 100% 100%;
}

#stage #menu.main #menutarget li.asset1 {
	background: none;
}
#stage #menu.main #menutarget ul.menu {
	left: 30px !important;
}