ul.tabs {
	height: 26px;
	text-transform: uppercase;
	padding-left: 3px;
}

ul.tabs {
	background: url(../images/bg-topMenu.png) repeat-x top;
	border-right: 1px solid #A6B9C4;
	border-left: 1px solid #A6B9C4;
	margin: 0 -1px;
}

ul.tabs li {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 2px;
	background: url(../images/bg-tabs-left-two.png) no-repeat left top;
	font-family: "Trebuchet MS";
}

ul.tabs li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding-right: 5px;
	margin-left: 3px;
	background: url(../images/bg-tabs-right-two.png) no-repeat right top;
	padding-left: 3px;
}

ul.tabs li.current {
	background: url(../images/bg-tabs-left.png) no-repeat left top;
	margin-right: 1px;
}

ul.tabs li.current a {
	display: block;
	background: url(../images/bg-tabs-right.png) no-repeat right top;
	line-height: 24px;
	margin-left: 1px;
	padding-right: 3px;
}

ul.tabs li.current a:hover {
    color: #000;
    text-decoration: none;
}

ul.tabs li a:link,
ul.tabs li a:visited {
	color: #000;
	text-decoration: none;
}

ul.tabs li a:hover {
    color: #369;
    text-decoration: none;
}
