.tabs {
	background-image: url("../images/cp_navbkd2.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	padding-bottom: 14px
}
.tabs a {
	color: #f2f2f2;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	background-color: #3354cc;
	padding: 4px 8px;
	-moz-border-radius: 0.5em 0.5em 0em 0em
}
.tabs a.active {
	color: #515151;
	background-color: #dbdbdb
}

