#header
{
	position: relative;
	left: 0px;
	top: 0px;
	height: 160px;
	background-color: #662e04;
	background-color: #0e61d2;
	background-color: #8ebd28;
}

#header > .login_button
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 80px;
	height: 23px;
}


#header > #header_content
{
	position: relative;
	margin: 0px auto;
	width: 960px;
}


#header .home_link
{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	left: 250px;
	top: 59px;
}

#header .home_link:hover
{
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
}

#header .logo
{
	position: absolute;
	left: 0px;
	top: 35px;
	width: 236px;
	height: 45px;
}

#header > #header_content > #tabs_container
{
	position: absolute;
	left: 80px;
	top: 120px;
	height: 40px;
	width: 880px;
	
	left: 0px;
}

#header > #header_content > #tabs_container > ul
{
	padding: 0px;
	margin: 0px;
	margin-top: 1px;
	list-style: none;
}

#header > #header_content > #tabs_container > ul  li
{
	display: inline;
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	font-size: 25px;
	color: #ffffff;
	background-color: #8f4001;
/*	font-family: impact; */
	top: 0px;
	margin-right: 5px;
	background-color: #c4ca1f;
	min-width: 120px;
}


#header > #header_content > #tabs_container > ul a
{
	color: #ffffff;
}

#header > #header_content > #tabs_container > ul a:hover
{
	text-decoration: none;
}

#header > #header_content > #tabs_container > ul li:hover
{
/*
	top: -15px;
	padding-bottom: 15px;
*/
	cursor: pointer;
	font-weight: bold;
/*	background-color: #ca8c1f; */
}
