#webmenu {
	height:37px;
	background:#333;
	font-size:12px;
	text-align:left;
	z-index:100;
}
#webmenu a {
	font-size:12px;
	color:#FFF;
	text-decoration:none;
	z-index:100;
}

#webmenu li ul {
	display:none;
	z-index:100;
}
#webmenu li ul li {
	float:none;
	z-index:100;
}
*html #webmenu li ul li {
	display:inline;
	z-index:100;
}
#webmenu li ul a {
	float:none;
	height:32px;
	line-height:32px;
	padding:0 10px;
	text-transform:capitalize;
	z-index:100;
}
#webmenu .height-auto {
	line-height:15px;
	padding:5px 10px;
	z-index:100;
}
.second_menu, .third-menu, .fourth-menu, .first_menu{
z-index:100;	
}
.second_menu, .third-menu, .fourth-menu {
	position:absolute;
	
}
.first_menu li {
	float:left;
	position:relative;
	z-index:100;
}
.first_menu a {
	float:left;
	display:block;
	padding:0 22px;
	height:35px;
	line-height:35px;
	background:#333;
	border-top:1px solid #4a4a4a;
	border-left:1px solid #4a4a4a;
	border-bottom:1px solid #242424;
	border-right:1px solid #242424;
	font-size:12px;
	z-index:100;
}
.first_menu a:hover {
	background:#ff9900;
	border-top:1px solid #ff9900;
	border-left:1px solid #ff9900;
	z-index:100;
}
.second_menu {
	top:37px;
	left:0;
	z-index:100;
}
*html .second_menu {
	right:-1px;
	z-index:100;
}
.second_menu a {
	font-size:11px;
	z-index:100;
}
.second_menu a.arrow {
	background:#3a3a3a url(../images/arrow.gif) no-repeat right top;
	z-index:100;
}
.second_menu a.arrow:hover {
	background:#ff9900 url(../images/arrow.gif) no-repeat right -32px;
	z-index:100;
}
.second_menu a.arrow-02 {
	background:#3a3a3a url(../images/arrow.gif) no-repeat right -64px;
	z-index:100;
}
.second_menu a.arrow-02:hover {
	background:#ff9900 url(../images/arrow.gif) no-repeat right -110px;
	z-index:100;
}
.third-menu, .fourth-menu {
	width:200px;
	top:0;
	left:220px;
	z-index:100;
}
.third-menu a {
	background:#4c4c4c;
	font-weight:normal;
	border-top:1px solid #595959;
	border-left:1px solid #595959;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	z-index:100;
}
#subMgm {
	width:200px;
	z-index:100;
}
#subMgm .third-menu {
	left:200px;
	z-index:100;
}
#subMgm .fourth-menu {
	left:200px;
	z-index:100;
}
#subMusic, #subNews {
	width:220px;
	z-index:100;
}
#webmenu_right_li{
	padding-left:50px;
	text-align:right
	z-index:100;
}
#webmenu_right_a{
	border-left:none;
	border-right:none;
	width:160px;
	z-index:100;
}