#header_left{
	/*background:url("../images/header_left_round_tr.gif") no-repeat left top;*/
	background-color:#506185;
	height:30px;
}

#header_right{
	/*background: url('../images/header_right_round_tr.gif') no-repeat top right;*/
	background-color:#506185;
	height: 30px;
	margin-left: 18px;
}

#header_text{
	font: bold 18pt arial, sans-serif;
	color: #fff;
}


/* --------------------NAVIGATION ------------------------------*/

.nav_list li{
	padding:3px 0px;
	border: 0px solid #D1D1D1;
	border-width: 1px 1px 0px 0px;
}
.nav_list a:hover, .nav_list a:visited, .nav_list a:link{
	padding:3px 12px 3px 6px;
}
.tabs{
	border-left: 1px solid #D1D1D1;
}
.tabs .active a{
   color:#fff;
}
.tabs li.active{
	background-color: #506185;
/*	border: 1px solid #D1D1D1;
	border-bottom:0px;*/
	color:#fff;
}
.first_tab{
	border-left: 1px solid red;
}

/* -------------------- END NAVIGATION ------------------------------*/
