#headerBox {
	position: relative;
	width: 900px;
	margin: 0 auto;
	height: 250px;/* Experimental */
	/*border: 1px #FFF solid;*/
}
#headerBox #headerLogo {
	position: absolute;
	top: 29px;
	left: 0px;
	bottom: 0px;
	border: none;
}
#headerBox h1 {
	position: absolute;
	right: 0px;
	top: 125px;
}
#headerMenuBox {
	width: 100%;
	float: left;
	padding-top: 180px;
}
#headerBox #headerMenuBox ul {
	/*background-image: url(../img/header_menu_bg_top_1.png);
	background-repeat: x;
	background-position: 0 0;*/
	float: left;
	width: 100%;
}
#headerBox #headerMenuBox li {
	list-style-type: none;
	float: left;
}
#headerBox #headerMenuBox a {
	display: block;
	font-size: 105%;
	color: #874C2E;
	text-decoration: none;
	margin: 14px 40px 0px 0px;
	padding: 10px;
	/* Experimental */
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: 900;
}
#headerBox #headerMenuBox a:hover {
	background-color: #917E4B;
	color: #FFF6B8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#headerBox #headerTabsBox {
	position: absolute;
	top: 0px;
	right: 0px;
	/* Experimental */
	z-index: 1;
}
#headerBox #headerTabsBox img {
	border: none;
}
#headerBox #headerTabsBox li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	text-align: center;/* Experimental */
}
#headerBox #headerTabsBox li a {
	display: block;
	height: 60px;
	width: 65px;
	padding-top: 14px;
	background-color: #854932;/* Experimental */
}
#headerBox #headerTabsBox li a:hover {
	background-color: #917E4B;/* Experimental */
}
#headerBox #headerMenuLinks {
	position: absolute;
	right: 0px;
	top: 196px;/* Experimental */
}
#headerBox #headerMenuLinks li {
	float: left;
	list-style-type: none;
	/* Experimental */
	margin-left: 5px;
}
#headerBox #headerMenuLinks li a {
	display: block;
	height: 35px;
	width: 35px;
	border: none;
	/* Experimental */
	
	/*border: 1px #FFF solid;*/
	font-size: 200%;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
#headerBox #headerMenuLinks li a:hover {
 background-color:;
}
#headerBox #headerMenuLinks li img {
	border: none;/* Experimental */
}
