﻿#navigation {
	border-top: 0px solid #BB020A;
	border-bottom: 0px solid #BB020A;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	background-color:#1B3B71;
	width:100%;
	padding-left: 0px;
}

html>body #navigation {
	overflow: hidden;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
    background-color: #1B3B71;
	display: block;
	padding: 10px 26px 10px 25px;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-left: 0px solid #91191B;
	border-right: 0px solid #91191B;
	border-bottom: 0px solid #91191B;
	border-top: 0px solid #91191B;
	background-color: #fff;
}
