div#header {
	width:100%;
	font-size:1em;
	line-height:1.8em;
}

div#header ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#header li {
	float:left;
	margin:0;
	padding:0;
}

div#header a {
	display:block;
	padding:0px 15px;
	text-decoration: none;
}

div#header .active {
	display:block;
	padding:0px 15px;
	border-bottom:1px solid #F0F1F2;
}

div#header #current {
	background:url("/images/style/norm_right_on.gif");
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#F0F1F2;
}

div#header #current a, div#header #current span {
	background-image:url("/images/style/norm_left_on.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

div#header #behind {
	background:url("/images/style/norm_right_behind.gif");
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#F0F1F2;
}

div#header #behind a, div#header #behind span {
	background-image:url("/images/style/norm_left_behind.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

div#header .rightborder {
	background-image:url("/images/style/tabborder.gif");
	background-repeat:no-repeat;
	background-position:top right;
}

div#header .leftborder {
	background-image:url("/images/style/tabborder.gif");
	background-repeat:no-repeat;
	background-position:top left;
}

div#tabs {
	position: absolute;
	top:8.5em;
	height:1.8em;
	width: 100%;
	left: 0px;
	background-image:url("/images/style/tabbg.gif");
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#CEA36F;
	color:#2F4863;
}

div#tabs a{
	color:#2F4863;
}

div#tabs a:visited{
	color:#2F4863;
}

div#tabs a:hover{
	background-color:transparent;
	color:#2F4863;
}

div#tabPadding {
	padding: 0px 22px;
}



/* this prevents the tabs from wrapping */
div#constrainer {
	width: 40em;
}
