/* navbox */

.navbox{
	height: 37px;
	position: relative;
	z-index: 9;
	margin-top: 26px;
}
.nav{
	font-family: "Î¢ÈíÑÅºÚ";}
.nav li{
	float: left;
	height: 37px;
	position: relative;
	line-height: 37px;
	font-family: "Î¢ÈíÑÅºÚ";
}
.nav li.last{background:none;}
.nav li a{
	float: left;
	display: block;
	padding: 0;
	height: 37px;
	overflow: hidden;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
	line-height: 37px;
	color: #454545;
	width: 95px;
	text-align: center;
	font-weight: bold;
}
.nav li a:hover{
	text-decoration: none;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #0000FF;
}
.nav li.selected a,.nav li a.selected{background-position:0 -60px;text-decoration:none;font-family: "Î¢ÈíÑÅºÚ";}

.nav li.selected .submenu{display:block;}
.nav li .submenu{display:none;position:absolute;top:37px;left:-10px;width: 105px;}
.nav li .submenu{
	padding: 0 4px 4px 4px;
	background-image: url(../images/jt.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.nav li .submenu li{
	height: auto;
	border-bottom: dotted 1px #BEBEBE;width: 105px;
}
.nav li .submenu .jt{
	height: 25px;
}
.nav li .submenu li.last{
}
.nav li .submenu li a{
	text-align: center;
	height: 28px;
	line-height: 28px;
	width: 105px;
	font-weight: normal;
	color: #FFFFFF;
}
.nav li .submenu li a:hover{
	background: #0066FF;width: 105px;
}