/* set up rollovers for horizontal navigation buttons for About US Page*/

table#aboutnav td {font: 10px Tahoma, Verdana, Arial, "san serif"; text-align: center; }
table#aboutnav td a {font-weight : normal; text-decoration : none; display: block; margin: 0; Padding: 0}

#aboutnav a:link {  color: #666600; background : transparent; }
#aboutnav a:visited {  color: #666600; background : transparent; }
#aboutnav a:hover {  color: #963580; background : transparent; }
#aboutnav a:active {  color: #963580; background : transparent; }

#aboutlist { margin: 8px 0 2.5em; position: relative; z-index: 2; left: 45px; width: 429px; height: 84px; visibility: visible; display: block }

