﻿/* Main Navigation xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */ 


ul  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li  {
	float: left;
}

a.nav1:link,a.nav1:visited  {
	border-radius: 0px;
	display: block;
	font-weight: normal;
	width: 65px;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	font-size: 16px;
	margin-right: 0px;
	text-decoration: none;
	margin-top: 8px;
	margin-bottom: 10px;
}

a.nav1:hover,a.nav1:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
}

a.nav2:link,a.nav2:visited  {
	border-radius: 0px;
	display: block;
	font-weight: normal;
	width: 265px;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 16px;
	margin-right: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C4CCFF;
	margin-top: 8px;
	margin-bottom: 10px;
}

a.nav2:hover,a.nav2:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
}


a.nav3:link,a.nav3:visited  {
	border-radius: 0px;
	display: block;
	font-weight: normal;
	width: 235px;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 16px;
	margin-right: 0px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C4CCFF;
	margin-top: 8px;
	margin-bottom: 10px;
}
a.nav3:hover  {
	background-color: #6A81FF;
	color: #FFFFFF;
}
a.nav3:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
}

a.nav4:link,a.nav4:visited  {
	border-radius: 0px;
	display: block;
	width: 300px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 16px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C4CCFF;
	margin-top: 8px;
	margin-bottom: 10px;
}

a.nav4:hover,a.nav4:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
	
}
a.nav5:link,a.nav5:visited  {
	border-radius: 0px;
	display: block;
	width: 240px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 16px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C4CCFF;
	margin-top: 8px;
	margin-bottom: 10px;
}

a.nav5:hover,a.nav5:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
}

a.nav6:link,a.nav6:visited  {
	border-radius: 0px;
	display: block;
	width: 260px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 16px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C4CCFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #C4CCFF;
	margin-top: 8px;
	margin-bottom: 10px;
}

a.nav6:hover,a.nav6:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
}


a.nav7:link,a.nav7:visited  {
	border-radius: 0px;
	display: block;
	width: 70px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #16489C;
	text-align: center;
	padding: 2px 0px 2px 0px;
	text-decoration: none;
	font-size: 16px;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #C4CCFF;
	margin-top: 8px;
	margin-bottom: 10px;
}

a.nav7:hover,a.nav7:active  {
	background-color: #6A81FF;
	color: #FFFFFF;
}



