@charset "utf-8";
/* CSS Document */
.nav ul li .box {
	position: absolute;
	left:0;
	top:82px;
	z-index:999;
	display:none;
	width: 115px;
	height: auto;
	overflow:hidden;
	padding:5px 0 0;
	background: #FFF;
}
.nav ul li.on .box {
	display:block;
}
.nav ul li .box .left {
	display:block;
	width: 115px;
	text-align:center;
	float:left;
}
.nav ul li .box .left a:active, .nav ul li .box .left a:link, .nav ul li .box .left a:visited {
	display:block;
	width:115px;
	height:40px;
	line-height:40px;
	color: #333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
}
.nav ul li .box .left a:hover {
	display:block;
	width:115px;
	height:40px;
	line-height:40px;
	color:#0168BC;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	font-weight:normal;
}
.nav ul li .box .right a span {
	font-size:14px;
	font-weight:bold;
	color:#BB0000;
}
