/*Style for A tag*/
a {
    color: #000000;
}
a:hover {
    color: #000000;
}
a.active_menu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 10pt;
    text-decoration: none;
    font-weight: 700;
}
UL, LI
{
    list-style-image: url(pics/li_tegn.gif);
}