/* CSS Document */

div.a_button {
	font-size: 12px;
	padding-bottom: 0px;
	border:1px solid #003366;
	color: #fff;
}
div.a_button div {
	overflow: hidden;
	border-top:1px solid #003366;
}
div.a_button div:first-child {

}

div.a_button span {
	display: block;
	text-align:center;
	font-weight: bold;
	line-height:26px;
	color:#003366;
	background: url(../../Image/Web/tb-blue.gif) bottom repeat-x;
	text-decoration:none
}

div.a_button div a {
	padding: 5px 10px;
	background:#C1D9F9;
	display: block;
	color:#18397C;
	font-size: 11px;
	
}
div.a_button div a.current {
	background : #ccc;
}
div.a_button div a:hover {
	background:#006699 url(arrow.gif) no-repeat right center;
	color: #fff;
	text-decoration: none;
}