﻿#headerBox {
	background: #FFFFFF url(../images/header_middle.png) repeat-y;
	margin-top: 2px;
	margin-bottom: 0px;
	width: 778px;
	text-align: center;
	min-width: 778px;
}

#headerBox #top {
	background: #FFFFFF url(../images/header_top.png) no-repeat;
	width: 778px;
	height: 10px;
	overflow: hidden;
}

#headerBox #bottom {
	background: #FFFFFF url(../images/header_bottom.png) no-repeat top;
	width: 778px;
	height: 13px;
	overflow: hidden;
}

#headerContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	width: 748px;
	text-align: center;
}

#headerContent #menu {
	height: 30px;
	font-size: 12px;
	font-family: Arial, Sans-serif;
	margin: 5px 0px 0px 2px;
}

#headerContent #menu a{
	background: url(../images/menu_button_bg.png) repeat-x;
	width: 137px;
	height: 28px;
	display: block;
	margin: 2px;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 2px #000000;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: bold;
}

#headerContent #menu a:hover{
	background: url(../images/menu_button_bg_over.png) repeat-x;
}

#headerContent #menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#headerContent #menu ul li{
	display: inline;
	float: left;
}
