@charset "utf-8";

/* -----------------------------
	tab
----------------------------- */
.tabs {
	float:left;
	width:100%;
	font-size: 1.0em;
	line-height:normal;
	margin-bottom:10px;
	padding-bottom:10px;
 	border-bottom:1px dotted #999;
}
.tabs ul {
	margin:0;
	padding:3px 5px 0;
	list-style:none;
}
.tabs li {
	font-size:0.87em;
	float:left;
	margin: 0px;
	padding:0px 12px 7px 12px;
	background: url(../img/arrow_dn.gif) no-repeat 0px 2px;
}



.tabs .current {
	border-width:0;
}

/* specific to ie6 */

/* -----------------------------
	/tab
----------------------------- */

