﻿#header {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header a {
	height: 360px;
}

#header ul {
	width: 980px;
	height: 50px !important;
	overflow: hidden;
	display: block;
	list-style: none;
	border: 0;
	padding: 0;
	margin: 0;
}

#header ul li {
	height: 50px;
	display: block;
	width:196px;
	float:left;
	background-color:#BEBEBE;
}

#header ul li a {
	height: 50px;
	display: block;
	width:196px;
	background:none;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	padding-top:17px;
}

#header ul li a:hover {
	background-color:#FFF;
}
#header ul li a.active {
	background-color:#FFF;
}