.NavSection { background-color: #DDE8F7; color: #3B3B3B; border-right: 3px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionLast { background-color: #DDE8F7; color: #3B3B3B; border-right: 0px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }

.NavSectionHomeOn { background-color: #5398D7; color: red; border-right: 3px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionHomeHover { background-color: #84FF19; border-right: 3px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionDemoOn { background-color: #5398D7; color: #FFFFFF; border-right: 3px solid #FFFFFF; border-bottom: 3px solid #5398D7; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionDemoHover { background-color: #84FF19; border-right: 3px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionPSOn { background-color: #5398D7; color: #FFFFFF; border-right: 3px solid #FFFFFF; border-bottom: 3px solid #5398D7; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionPSHover { background-color: #84FF19; border-right: 3px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionOwnersOn { background-color: #5398D7; color: #FFFFFF; border-right: 3px solid #FFFFFF; border-bottom: 3px solid #5398D7; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionOwnersHover { background-color: #84FF19; border-right: 3px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionContactOn { background-color: #5398D7; color: #FFFFFF; border-right: 0px solid #FFFFFF; border-bottom: 3px solid #5398D7; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }
.NavSectionContactHover { background-color: #84FF19; border-right: 0px solid white; border-bottom: 3px solid white; font-weight: bold; padding: 5px 10px 5px 10px; text-align: center; }

.NavLocalDemo { background-color: #5398D7; font-size: 11px; }
.NavLocalPS { background-color: #5398D7; font-size: 11px; }
.NavLocalOwners { background-color: #5398D7; font-size: 11px; }
.NavLocalContact { background-color: #5398D7; font-size: 11px; }

A.NavSectionLink { color: #3B3B3B; text-decoration: none; }
A:Visited.NavSectionLink { color: #3B3B3B; text-decoration: none; }
A:Hover.NavSectionLink { color: #3B3B3B; }

A.NavLocalLink { color: #FFFFFF; text-decoration: none; } 
A:Visited.NavLocalLink { color: #FFFFFF; text-decoration: none; } 
A:Hover.NavLocalLink { color: #84FF19; text-decoration: none; } 

#NavLocal TD { font-weight: bold; padding: 6px 0px 0px 10px; text-align: left; }