.content_wrap, ul.formular_tabs li.active, ul.formular_tabs li:hover {
    background-color: #003B76;
	
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #00529F), color-stop(1, #003B75));
    background-image: -o-linear-gradient(left center , #00529F 0%, #003B75 100%);
    background-image: -moz-linear-gradient(left center , #00529F 0%, #003B75 100%);
    background-image: -webkit-linear-gradient(left center , #00529F 0%, #003B75 100%);
    background-image: -ms-linear-gradient(left, #00529F 0%, #003B75 100%);
    background-image: linear-gradient(left center , #00529F 0%, #003B75 100%);
}