﻿body {
}

div.submenu
{
    width: 900px;
    float: left;
    background-color: #ffffff;
    height: 25px;
    border-bottom-color: #C1C0C5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
           
}

span.submenu
{
    margin-top: 3px;
    margin-left: 10px;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: lighter;
    float: left;
}


a:link.submenu
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: lighter;
    float: left;

}

a:visited.submenu
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: lighter;
   
}

a:hover.submenu
{
    text-decoration: underline;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: lighter;
    
}

a:active.submenu
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: lighter;
}



a:link.submenu_active
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;

}

a:visited.submenu_active
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;

}

a:hover.submenu_active
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

a:active.submenu_active
{
    text-decoration: none;
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
    color: #264574;
    font-family: Verdana;
    font-size: 10pt;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}


