#header {width: 100%; height: 49px; color: white; background-color: #1b1e25; position: fixed; z-index: 9999;}

#logo {background-image: url('../images/assets/logo.png'); background-repeat: no-repeat; height: 80px; width: 80px; display: block; float: left; }

#navigation { padding-top: 2px; width: 480px; display: block; margin: 0px auto; }
#navigation ul { padding:0px; margin: auto; text-transform: uppercase; }
#navigation ul li { display:inline;  float:left; list-style:none; padding: 13px 20px 13px 20px; }
#navigation ul li { display:inline;  float:left; list-style:none; padding: 13px 20px 13px 20px; }
#navigation ul li a {
	color: #4D83A2;
	text-decoration: none;
	font-family: 'Scada', sans-serif;
	font-size: 13px;
}
#navigation ul li a:hover {color: white;}

.current {
	color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4D83A2;
}

#contact {padding-top: 12px; float: right; position: relative;}
#contact a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9px;
	color: #4D83A2;
	padding: 11px;
}
#contact a:hover {color: white; border: #333333 1px solid; padding: 10px;}
