* {
	margin:0;
	padding:0;
}

a {
	color:#FFF;
	text-decoration:none;
}
ul {
	list-style:none;
}
#webmenu {
	height:37px;
	background:#333;
	font-size:1.3em;
	text-align:center;
}
#webmenu a {
	font-size:0.65em;
}
#webmenu li ul {
	display:none;
}
#webmenu li ul li {
	width: auto;
	float: none;
}
*html #webmenu li ul li {
	display:inline;
}
#webmenu li ul a {
	float:none;
	height:32px;
	line-height:32px;
	text-transform:capitalize;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#webmenu .height-auto {
	line-height:15px;
	padding:5px 10px;
}
.second-menu, .third-menu, .fourth-menu {
	position:absolute;
}
.first-menu li {
	position:relative;
	float: left;
	width: auto;
}
.first-menu a {
	display:block;
	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:.7em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	float: left;
}
.first-menu a:hover {
	background:#0078c2;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #b9e0f8;
	border-left-color: #b9e0f8;
}
.second-menu {
	top:35px;
	right:0;
}
*html .second-menu {
	right: -1px;
}
.second-menu a {
	font-size:11px;
	float: left;
}
.second-menu a.arrow {
	background:#3a3a3a url(image/arrow.gif) no-repeat right top;
}
.second-menu a.arrow:hover {
	background-color: #0078c2;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: right -32px;
}
.second-menu a.arrow-02 {
	background:#3a3a3a url(image/arrow.gif) no-repeat right -64px;
}
.second-menu a.arrow-02:hover {
	background-color: #a40000;
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: right -110px;
}
.third-menu, .fourth-menu {
	width:177px;
	top:0;
	left:177px;
}
.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;
}
#subMgm {
	width:177px;
}
#subMgm .third-menu {
	left:177px;
}
#subMgm .fourth-menu {
	left:177px;
}
#subMusic, #subNews {
	width:150px;
}
