#SectionMenu
	{
	background-color: #000080
	}

#SectionMenu a
	{
	height: 17px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: white;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #000080;
	border-left:5px solid #000080;
	border-right-style:none;
	border-top-style:none;
	border-bottom-style:none;
	}
#SectionMenu a:hover	{ background-color: #5CB7E7; color: white; }
#SectionMenu a.Current	{ background-color: #5CB7E7; color: white; }
