/* Tri-County Style Sheet 1 of 2 */

/* Styles are applied to the top menu in the header. */
/* Note: Only one style sheet per page can be used by Netscape 4.x. Higher level browsers can use multiple sheets. */


#topmenu A {text-decoration: none; font-size: 8 pt; font-family: Arial, Helvetica, sans-serif; color: white}
#topmenu A:visited { color: white}
#topmenu A:active { text-decoration: none;  color: orange}
#topmenu A:link { text-decoration: none; font-weight: normal; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 8pt }
#topmenu A:hover { color: black; background: #FFCC66 } /* light orange */


/* The following styles are applied to every page. */
A:link, A:visited, A:active { text-decoration: none }
A:hover { background: #FFCC66} /* light orange */
