#header
{
	height: 90px;
	
}

#header a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#header div#controls
{
	background-color: #EEE;
	float: right;
	height: 30px;
	line-height: 22px;
	padding: 3px 10px 0px 10px;
	
	
	/*position: relative;
	top: -28px;
	border-bottom: 4px solid #AAA;*/
}
#header div#controls:hover
{
	top: 0px;
	/*border-bottom: 2px solid #AAA;
	height: 32px;*/
}


#header #controls div#links {float: left;}
#header #controls div#links a
{
	padding-right: 10px;
	color: #555;
}

#header #controls div#links a:hover
{
	text-decoration: underline;
}

#header #controls #search { float: left; display: inline; }
#header #controls #search input { width: 50px; }

#header #logo
{
	float: left;
	height: 48px;
	width: 430px;
}

#header #logo h1
{
	font-size: 40px;
	color: #402a06;
	padding-top: 40px;
	vertical-align: baseline;
}

#header #menu
{
	float: left;
	font-size: 125%;
	padding: 18px 0px 25px 0;
	width: 530px;
}

#header #menu a
{
	color: #f7f68d;
	display: block;
	font-weight: bold;
	padding: 6px 12px 6px 12px;
	text-decoration: none;
}

#header #menu ul
{
	margin: 0px;
	list-style: disc;
	display: block;
}

#header #menu li
{
	background: #402a06;
	display: block;
	float: left;
	margin-right: 7px;
}

#header #menu li:hover
{
	background: #957F5B;
	color: #d5d46b;
}

#header #menu li#last
{
	float: right;
	padding-right: 0;
	margin-right: 0;
}