/* BEGIN style8 */
 #navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #999999;
/* Underline colour 0000 is white */
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #ffffff;
/* #000000 is white and #ffffff is black on the solid underline */
padding-bottom: 2px;
background: transparent;
color: #000000;
}

#navlist a:hover { color: #ffffff; }
body {  font-family: Garamond, "Times New Roman", times, serif; font-size: 16px}

#navlist ul { border-color: black black #FFFFFF }
/* END style8 */
