@charset "UTF-8";

ul#navigation
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #0077c0;
	position: relative;
	top: 1px;
	left: 5px;
	width: 800px;
	
}
ul#navigation a
{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
display: block;
float: left;
text-decoration: none;
background: #0077c0;
color: #fff;
padding: .2em .1em;
border-top: 0px solid #0077c0;
border-right: 1px solid #0077c0;
border-bottom: 0px solid #0077c0;
width: 7em;
}
ul#navigation a:hover
{
background: #003;
color: #002559;
}
ul#navigation li
{
display: inline;
}
