﻿body {
	margin:0px;
}

.header{ 
	background: url("../images/header_bg.png") repeat-x;
	height:50px;
	padding: 4px;
	text-align: center;
	font:14px sans-serif;
	position:fixed;
	min-width:100%;
	z-index:10;
}

.header a{
	position:static;
	display:inline-block;
	color:white;
	text-decoration:none;
	padding:2px;
	width:88px;
}

.header a:hover{
	background: url("../images/header_ln-hover.png") repeat-x;
	padding-top: 2px;
}

.header-separator{
	background: url("../images/header-separator.png") no-repeat;
	height:25px;
	top:4px;
	position:absolute;
}

.current{
	background: url("../images/header_ln-hover.png") repeat-x;
	padding-top: 2px;
}

.sub-header{ 
	background: url("../images/sub-header_bg.png") repeat-x;
	height:28px;
	padding: 4px;
	text-align: center;
	position:fixed;
	margin-top:36px;
	min-width:100%;
}

.sub-header a{
	position:static;
	display:inline-block;
	color:#780000;
	text-decoration:none;
	width:88px;
	padding-top:0px;
}