#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 20px;
background-image: url(hpimgs/bullet1.gif);
background-repeat: no-repeat;
background-position: .1em .1em .5em .5em;
font-family: arial;
font-size: 14px;
line-height: 24px;
font-color: #ffffff;
}

A:link { color: #FBFBEF }     /* unvisited link */
A:visited { color: #A9F5F2 }   /* visited links */
A:active { color: #D0F5A9 }    /* active links */

A.navctr:link { color: #2020C0 }     /* unvisited link */
A.navctr:visited { color: #4080A0 }   /* visited links */
A.navctr:active { color: #206040 }    /* active links */
