#sectionLinks {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sectionLinks h3 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #790026;
	font-style: normal;
}
#sectionLinks a:link, #sectionLinks a:visited {
	color: #FFFFFF;
	background-image: url(images/bg_nav.jpg);
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #790026;
	font-weight: bold;
}
#sectionLinks a:hover {
	font-weight: bold;
	text-decoration: none;
	background-color: #790026;
	background-image: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #790026;
	color: #FFFFFF;
}

