.nav_top {
	width: 660px;
	height: auto;
	float: left;
	background: url(../../images/template/en/top_navSep.png) no-repeat right top;
	margin-top: -1px;
	_margin-top:1px;
}

#nav_top {
	display: block;
	position: relative;
	top: 0px;
	left: -10px;
	z-index: 100;
	text-align: center;
}

ul.menu {
	list-style:none;
	margin:0;
	padding:0;
	background: #FFFF66;
}

ul.menu * {
	margin:0;
	padding:0
}

ul.menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 11px;
	width: auto;
	font-weight: bold;
}

ul.menu li {
	position:relative;
	float:left; /*	margin-right:2px;*/
	width: auto;
	text-align: center;
	height: auto;
}

ul.menu ul {
	position:absolute;
	top:20px;
	display:none;
	opacity:0;
	list-style:none;
	color: #FFFFFF;
	width: 147px;
	left: 0px;
}

ul.menu ul li {
	position:relative;
	border-top:none;
	width:147px;
	margin:0;
	background: #FFFFFF url(../../images/template/en/sub_body.gif) repeat-y left top;
	padding-bottom: 1px;
}

ul.menu ul li a {
	display:block;
	width: 128px;
	padding:0px 0px 0px 20px;
	line-height: 19px;
	height: 19px;
	background: url(../../images/template/en/sub.png) repeat-y left top;
	font-size: 11px;
	font-weight: normal;
	color: #574F41;
	text-align: left;
	_font-size:11px;
	_height:15px;
	_line-height: 15px;
}

ul.menu ul li a:hover {
	background: url(../../images/template/en/sub_over.png) repeat-y left top;
}

ul.menu .menulink { /*	background:url(images/header.gif);*/
	width:auto; /*	width:auto;	*/
	text-align: center;
	color: #666666;
	background: url(../../images/template/en/top_navSep.png) no-repeat right top;
	padding: 0px 17px 5px;
	white-space: nowrap;
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
}




ul.menu .menuselected { /*	background:url(images/header.gif);*/
	width:auto; /*	width:auto;	*/
	text-align: center;
	font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #751000;
	background: url(../../images/template/en/top_navSep.png) no-repeat right top;
	padding: 0px 12px 5px;
}



ul.menu .menulink:hover, ul.menu .menuhover {
	color: #751000;/*	background:url(images/header_over.gif)*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul.menu .last {
	border-style: none;
	background: url(none);
	text-align: left;
}
ul.menu li.first a.menuselected {
	padding-left: 0px;
}
ul.menu  li.first  a.menulink {
	padding-left: 0px;
}



ul.menu .lowline { /*	background: #FFBE00;*/
	height: 6px;
	line-height: 3px;
	float: right;
	font-size: 1%;
	border-bottom: solid 3px #FFBE00;
}
