#header {
    background-image: url('/files/header_2.jpg');
    background-repeat: no-repeat;
}

#logo {
    height: 159px;
}

a.tab, a.tab:link, a.tab:active, a.tab:visited {
	float: left;
	margin-top: 0.6em;
	height: 1.3em;
	margin-left: 0.5em;
	background-color: #B1D3EC;
	border-top: 0.2em solid #000;
	
	border-bottom: 0.2em solid #B1D3EC;
	color: #6CAAD9;
	text-decoration: none;
	font-weight: bold;
}

a.tab:hover {
	border-top: 0;
	height: 1.5em;
}

a.active, a.active:hover, a.active:link, a.active:visited, a.active:active {
	background-color: #6CAAD9;
	border-top: 0;
	border-bottom: 0;
	height: 1.7em;
	
	color: #fff;
}

.tab_l {
	background: url('/files/tl.gif') top left no-repeat scroll;
}

.tab_r {
	background: url('/files/tr.gif') top right no-repeat scroll;
}

a.tab, a.tab:link, a.tab:active, a.tab:visited {
	margin-top: 0;
}



