#navigation
{
	border-left: 1px solid #005A9C;
	border-right: 1px solid #005A9C;
	float: left;
}

#navigation ul
{
	background-color: white;
	color: #005A9C;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 70px;
}

#navigation ul li
{
	border-bottom: 1px solid #005A9C;
	text-align: center;
}

#navigation ul li a
{
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navigation ul li a.first
{
	border-top: 1px solid #005A9C;
}

#navigation ul li a:hover
{
	background-color: #005A9C;
	color: white;
	font-weight: bold;
}

#navigation ul li a.first:hover
{
	font-style: normal;
}


