.menu-header
{
	width:1100px;
	margin:0 auto;
	padding:5px 0;
	font-size:16px;
	text-transform: uppercase;
}
.menu-header ul
{
	margin:5px 0;
	padding:0;
}
.menu-header ul li
{
	list-style:none;
	float:left;
	padding:0 3px;
}
.menu-header a
{
	text-decoration:none;
	color:black;
	cursor:pointer;
	font-weight:bold !important;
	padding:5px 10px;
	border:1px solid transparent;
}
.menu-header a:hover
{
	color:#b83209;
	box-shadow: 0 0 10px rgba(184, 50, 9, 0.2) inset;
	border:1px solid #b83209;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.menu-header a.active
{
	color:#b83209;
	box-shadow: 0 0 10px rgba(184, 50, 9, 0.2) inset;
	border:1px solid #b83209;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}