#header {
	background: #fefbec;
	width: 1100px
	text-align: right;		
}

#navbar
{
float: left;
padding-left: 0px;
width: 1100px;
height: 82px;
}

#navbar ul {
	list-style: none;
	text-decoration: none;
	
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	width: 250px;
	height: 46px;
	background: #054697;
	text-align: center;
	text-decoration: none;
	color: #FAFAFA;
	font-weight: bold;
	font-size: 12px;
	padding-top: 35px;

}

#navbar a:hover {
	width: 250px;
    height: 46px;
	text-decoration: underline;
	background: #B01824;
}
