@charset "utf-8";
/* CSS Document */
#tabnav_cont {
	width: 752px;
	height: 17px;
	margin-top:0;
}

#tabnav {
	font: 11px arial, sans-serif;
	background-color: #b8bfc6;
	border-bottom: 1px solid #b8bfc6;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

#tabnav_li {
	list-style-type: none;
	width: 85px;
	height: 17px;
	float: left;
	background-color: #eaebeb;
	border-bottom: 1px solid #b8bfc6;
	margin: 0 1px 0 0;
	text-align: center;
}
 
#tabnav_li a {
	color: #5c6e7a;
	display: block;
	text-decoration: none;
}

#tabnav_li a:hover {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;
	
}

#tabnav_licurrent {
	list-style-type: none;
	width: 85px;
	height: 17px;
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;	
}
