@charset "utf-8";
/* CSS Document */

#tabs a span {
	color: #003366;
	background: url(/assets/images/tabs.gif) left 34px;
	display: block;
	height: 34px;
	margin-right: 14px;
	padding-left: 14px;
	padding-right: 0;
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
	/* IE6 Fix */
	float: left;
}