/* --- Tab Bar CSS -------------- */
#header {
	float:left;
	width:100%;
	/* background:#DAE0D2 url("bg.gif") repeat-x bottom; */
	font-size:12px;
	/* line-height:normal; */
	line-height: 99%;
        font-family: Palatino Linotype, Book Antiqua, Palatino, Times New Roman, Times, serif;
}
#header ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style:none;
}

#header #firsty {
	float:left;
	background:url("../images/norm2_left.gif") no-repeat left top;
	margin:0;
	padding: 0px 0px 0px 26px;
}

#header li {
	float:left;
	background:url("../images/norm2_left2.gif") no-repeat left top;
	margin:0;
	padding: 0px 0px 0px 26px;
}

#header a {
	display:block;
	background:url("../images/norm2_right3.gif") no-repeat right top;
	padding:15px 0px 7px 0px;
	text-decoration:none;
	font-weight:bold;
	color: #0d5ba3;
}
#header a:hover {
	color: #000;
}
#header #current {
	background-image:url("../images/norm2_left3.gif");
}

#header #currentfirsty {
	background-image:url("../images/norm2_left.gif");
}

#header #currentlasty {
	background-image:url("../images/norm2_left3.gif");
}

#header #current a {
	background-image:url("../images/norm2_right3.gif");
	color: #bf1e2e;
	padding-bottom:7px;
}

#header #lasty a {
	background-image:url("../images/norm2_right2.gif");
	color: #0d5ba3;
	padding-bottom:7px;
	padding: 15px 28px 7px 8px;
}
#header #lasty a:hover {
	color: #000;
}

#header #currentfirsty a {
	background-image:url("../images/norm2_right3.gif");
	color: #bf1e2e;
	padding-bottom:7px;
	padding: 15px 0px 7px 0px;
}

#header #currentfirsty a:hover {
	color: #000;
}

#header #currentlasty a {
	background-image:url("../images/norm2_right2.gif");
	color: #bf1e2e;
	padding-bottom:7px;
	padding: 15px 28px 7px 8px;
}
#header #currentlasty a:hover {
	color: #000;
}
/* ------------------------------ */