﻿body {
}


#submenu
{
    
}

#submenu a:link
{
    font-size: 12px; 
    color: black;
    text-decoration: none;
    font-weight: bold;
    }


#submenu A:visited
{
    font-size: 12px; 
    color: black;
    text-decoration: none;
    font-weight: bold;
    }
#submenu A:hover
{
    font-size: 12px; 
    color: black;
    text-decoration: none;
    font-weight: bold;
    }

#submenu li
{
    display: inline;
    float: right;
    margin-right: 20px;

    }

