#Navigation {
	font-size: 11px;
	line-height: 14px;
	background-color: #CCC;
	padding: 10px;
	padding-bottom: 15px;
	margin-left: 6px;
	width: 154px;
	float: right;
	color: #FFFFFF;
	font-weight: bold;
}
.current {
	color: #fff;
	line-height: 14px;
	padding-left: 2px;
	}
#Navigation ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#Navigation li {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
acronym {
	border-bottom: #fff;
}
#Navigation a {
	line-height: 14px;
	padding: 2px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	display: block;
	width: 150px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #C00;
	border-bottom-color: #C00;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-decoration: none;
}
#Navigation a:link, #Navigation a:visited {
	color: #C00;
}
#Navigation a:hover, #Navigation current.a {
	background-color: #FFF;
	border-top-color: #C00;
	border-bottom-color: #C00;
}