#tabs {
	font: 9px Verdana,arial; 
	font-weight: bold;
	float:right;
	margin: 0;
	
}

* html #tabs {
	bottom: -1px;
}

#tabs .head, #tabs .body, #tabs .tail {
	float: left;
	padding: 5px 0px;
}

#tabs .head {
	width: 15px;
	background: url("../images/tabs_head.gif");
}

#tabs .body {
	background: url("../images/tabs_body.gif");
	text-align: center;
}

#tabs .tail {
	width: 15px;
	background: url("../images/tabs_tail.gif");
	margin-right: 5px;
}

#tabs a, #tabs a:visited {
	/*color: #225015;*/
	color:#fff;
	cursor: pointer;
	text-decoration: none;
}

#tabs a:hover span {
	background-position: 0 -25px;
	color: #000000;
}

#tabs .active span {
	background-position: 0 -50px;
	/*color: #f4cf00;*/
	color:#104070;
}
