﻿body
{
}

#DistributorMenuHeader
{
    width:200px;
    height:19px;
    text-align:center;
    padding-top:5px;
    color: White;
    font-size:8pt;
    font-weight:bold;
    background-color:#5f8d6a;
}

#DistributorMenuContainer
{
     text-align:left;
     height:50px;
     padding: 10px 10px 10px 10px;
     background-color:#f2f2f2;
}
.DistributorMenuLink
{
    text-transform:uppercase;
    font-size:7pt;
    font-weight:bold;
    color:Black;
}
.DistributorMenuLinkContainer
{
    padding-top:5px;
}