#sub-navigation {
 width:100%;
/*	left: 20px;
	list-style: none;
	margin: 0;
	position: fixed;
	top: 20px;
*/
}
#sub-navigation li {
	margin-bottom: 2px;
	text-align:center;
	width:24.5%;
	float:left;
}

#sub-navigation a {
	width:100%;
	background: #666;
	color: #ededed;
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

#sub-navigation a:hover {
	background: #F60;
}

#sub-navigation .current a {
	background: #F60;
	color: #ededed;
}