@charset "utf-8";


a {
	text-decoration: none;
	cursor: pointer
}

ul.list li {
	border-width: 1px 0 0 1px;
	text-align: center;
	float: left
}

ul.list .num {
	font-size: 11px;
	font-weight: bold
}


ul.list li a {
	display: block;
}

ul.list .hide ul {
	display: none
}

ul.list .show {
	position: relative;
	cursor: hand;
}

ul.list .show ul {
	margin: 0 auto;
	padding: 1px 0;
	list-style: none;
	z-index: 1;
	position: absolute;

	top: 15px;
	width: 80px;
	background: #6b9cc6;
	border: 0
}

ul.list .show ul li {
	line-height: 22px;
	float: none;
	margin: 1px 1px auto 1px;
	border: 0
}

ul.list .show ul li a {
	height: 22px;
	color: white;
	font-size: 9pt;
	background: #85afd2
}

ul.list .show ul li a:hover {
	color: black;
	background: white
}