.navigation {
width: 630px;
margin: 12px 0px;
padding: 4px 0px;
border-top: solid 1px #C9D0D1;
border-bottom: solid 1px #C9D0D1;
}

.nav1 {
font-family: 'ms trebuchet', arial, sans-serif;
font-size: 12px;
background-color: #DFECEE;
padding: 2px 0px 0px 0px;
margin: 0px;
border-right: solid 2px #fff;
}

.nav2 {
font-family: 'ms trebuchet', arial, sans-serif;
font-size: 12px;
background-color: #DFECEE;
padding: 2px 0px 0px 0px;
margin: 0px;
border-right: solid 2px #fff;
}

.nav3 {
font-family: 'ms trebuchet', arial, sans-serif;
font-size: 12px;
background-color: #DFECEE;
padding: 2px 0px 0px 0px;
margin: 0px;
border-right: solid 2px #fff;
}

.nav4 {
font-family: 'ms trebuchet', arial, sans-serif;
font-size: 12px;
background-color: #DFECEE;
padding: 2px 0px 0px 0px;
margin: 0px;
}

.off {
background-color: #DFECEE;
color: #810F0C;
font-weight: bold;
}




a.nav:link, a.nav:visited, a.nav:active {
	color: #175260;
	background-color: #DFECEE;
	text-decoration: none;
	margin-bottom: 3px;
    border-bottom: none;
	}

a.nav:hover	{
	color: #9E9E9E;
	background-color: #DFECEE;
	text-decoration: none;
	border-bottom: dotted 1px #9E9E9E;
	margin-bottom: 3px;
    border-bottom: none;
	}


a.col:link, a.col:visited, a.col:active {
	color: #fff;
	background-color: #66a2b0;
	text-decoration: none;
    border-bottom: none;
	margin-bottom: 3px;
	}


a.col:hover	{
	color: #fff;
	background-color: #66a2b0;
	text-decoration: none;
    border-bottom: none;
    border-bottom: dotted 1px #fff;
	margin-bottom: 3px;
	


	