.menutitle table
{
    border-width: 0px;
    border-collapse: collapse;
}

.menutitle td
{
    cursor: pointer; cursor: hand;
    margin-bottom: 5px;
    vertical-align: top;
}

.menutitle .text, .menutitle .text a
{
    color: #0055a5;
    font-weight:bold;
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    text-decoration: none;
}

.menutitle .text a:hover
{
    color: #138f34;
    font-weight: bold;
}

.submenu
{
    margin-bottom: 0.5em;
    margin-left: 17px;
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    /*color: #138f34;*/
    color: #0055a5;
    font-weight: normal;
    text-decoration: none;
}
.submenu a
{
    margin-bottom: 0.5em;
    margin-left: 0px;
    font-family: tahoma, verdana, arial;
    font-size: 11px;
    /*color: #138f34;*/
    color: #0055a5;
    font-weight: normal;
    text-decoration: none;
}

.submenu a:hover
{
    color: #138f34;
    font-weight: bold;
}

.hr
{
    width: 98%;
    height: 7px;
}
.hr img
{
    width: 98%;
    height: 7px;
}
