div#header {
	float:left;
	width:100%;
}
div#header img {
	float:left;
	width:55em;
}
* +html div#header img {
	width:55.2em;
}
* html div#header img {
	width:55.2em;
}

div#header ul {
	background-color:#FE9100;
	float:left;
	padding-left:0.55em;
	width:53.95em;
}
* +html div#header ul {
	padding-left:0.45em;
	width:54.25em;
}
* html div#header ul {
	padding-left:0.45em;
	width:54.25em;
}
div#header ul li {
	float:left;
}
div#header ul li a {
	color:#FFFFFF;
	float:left;
	font-size:1.2em;
	font-weight:bold;
	padding:0.2em 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	width:6.42em;
}
div#header ul li a:hover {
	background-color:#f9c301;
	color:#fbfe8d;
}
