﻿.mlddm
{
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: url(../images/topbg.png);
    height: 30px;
    width:100%;
}
.mlddm li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font: bold 11px arial;
}
.mlddm li a, .mlddm li a#buttonnohover
{
    display: block;
    text-align: center;
    color: #5D5D5D;
    padding: 8px 15px;
    margin: 0;
    width: auto;
    text-decoration: none;
    white-space: nowrap;
    height:100%;
}
.mlddm li a:hover, .mlddm li a#buttonhover
{
    color: #5D5D5D;
    background: url(../images/topbgd.gif);
}
.mlddm ul
{
    z-index: 100;
    margin: 0;
    padding: 0;
    visibility: hidden;
    position: absolute;
    background: #EEEFEF url(../images/menubg.gif);
}
.mlddm ul li
{
    float: none;
}
.mlddm ul li a
{
    width: 100px;
    margin: 0px;
    padding: 6px 20px 6px 15px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: #5D5D5D;
}
.mlddm ul li a:hover
{
    color: #5D5D5D;
    background: #C4C3C4;
}
.mlddm .hsub
{
    background: no-repeat right url(../images/arrow.gif);
}
.mlddm .hsub:hover
{
    background: #C4C3C4 no-repeat right url(../images/arrow.gif);
}
