@charset "utf-8";
/* CSS Document */
#tabnav_cont {
	position:relative;
	height: 17px;
	margin-top:0px;
	}
#tabnav {
	font: 8px arial, sans-serif;
	/*background-color: #b8bfc6;*/
	/*border: 1px solid #b8bfc6;*/
	font-weight:bold;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	}

#tabnav_li {
	list-style-type: none;
	width: 68px;
	height: 17px;
	float: left;
	background-color: #eaebeb;
	border: 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: 1px solid #fff;*/
	
}

#tabnav_licurrent {
	list-style-type: none;
	width: 73px;
	height: 17px;
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff;	
}

