a.nav:link {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #DBE2EA;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 20px;
	padding-top: 2px;
}
a.nav:visited {
	color: #333333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	padding-top: 2px;
	background-color: #DBE2EA;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EAEAEA;
	border-bottom-color: #FFFFFF;
	height: 20px;
}
a.nav:hover {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	background-color: #A8BCCE;
	padding-top: 2px;
	height: 20px;
	width: 170px;
	display: block;
}
#sectionLinks{
	margin: 0px;
	padding: 0px;
	left: 73px;
	top: 148px;
}
#sectionLinks a:link, #sectionLinks a:visited{
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	color: #000000;
	background-color: #EBEBEB;
	height: 16px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	padding-left: 5px;
}
#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #A8BCCE;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	width: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-left: 5px;
}
