#content div.navlist ul.second, #content div.navlist ul.third {
width: 160px;
}

#content div.navlist ul {
list-style-type: none;
}

#content ul.typicallinks a:link {
color: blue;
}

#content ul.typicallinks a:visited {
color: #CC33FF;
}

#content ul.typicallinks a:active {
color: red;
}

#content ul.second {
margin: 0;
padding: 0;
font-size: 0.7em;
font-family: Arial, Helvetica, sans-serif;
background-color: #333333;
}

#content ul.second a:link {
color: blue;
}

#content ul.second a:visited {
color: #CC33FF;
}

#content ul.second a:active {
color: red;
}

#content ul.third {
margin: 0;
padding: 0;
font-size: 0.7em;
font-family: Arial, Helvetica, sans-serif;
background-color: #333333;
}

#content ul.third a:link {
color: #FFFFFF;
text-decoration: none;
}

#content ul.third a:visited {
color: #FFFFFF;
text-decoration: none;
}

#content ul.third a:hover, #content ul.third a:active {color: #FFFF00;
background-repeat: no-repeat;
background-position: 0% 50%;
text-decoration: underline;
background-image:  url(BUTTONS/button_pf_over.gif);
}

.buttonlinks {
display: block;
margin-left: 20px;
padding-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
background-image: url(BUTTONS/button_pf_up.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
}