﻿a.mMenuLink, a.mMenuLink:link, a.mMenuLink:visited, a.mMenuLink:active, a.mMenuLink:hover
{
    font-size: inherit;
    text-decoration: underline;
    color: #115079;
    font-size: 12px;
    font-family: 'Arial';
}

a.mMenuActiveLink, a.mMenuActiveLink:link, a.mMenuActiveLink:visited, a.mMenuActiveLink:active, a.mMenuActiveLink:hover
{
    font-size: inherit;
    text-decoration: underline;
    color: #115079;
    font-size: 12px;
    font-family: 'Arial';
    font-weight: bold;
}

p.mMenuTitle
{
    color: #115079;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
    background-image: url( "/img/hline1.gif" );
    background-repeat: repeat-x;
    background-position: 0 bottom;
    padding-bottom: 5px;
    padding-top: 5px;
}

table.blockWrapper{
width:100%;
}

table.mMenu {
width:auto;
}



table.mMenuList
{
    margin-top: 8px;
    
}

table.mMenuList tbody tr td
{
    padding-bottom: 6px;
}

table.mMenuList tbody tr td.img
{
    width: 13px;
}

table.mMenuList tbody tr td.text
{
}