#mm_navbg
{
    left: 0px;
    top: 0px;
    height: 101px;
    z-index: 10;
    position: absolute;
    overflow: hidden;
    background: url(../images/bg_navigation.png) top left repeat-x;
    width: 100%;
}

#mm_main {
    position: absolute;
    left: 30px;
    top: 25px;
    z-index: 11;
    border-bottom: 1px solid #aaa;
    padding-bottom: 4px;
    width: 735px;
}

#mm_main a, #mm_sec a {
    text-decoration: none;
    font-family: Arial, Helvetica, Sans-Serif;
    padding: 0px;
    margin: 0px;
    color: #fff;
    font-weight: normal;
}

#mm_main a:hover, #mm_sec a:hover, #mm_main a.sel {
    color: #003399;
}

#mm_main td a:hover {
    color: #003399;
}

#mm_drop a:hover {
    color: #003399;
}

#mm_main a {
    font-size: 14px;
    margin-right: 11px;
}

#mm_main a.models {
    font-size: 16px;
    font-weight: bold;
    margin-right: 16px;
}

#mm_main a.modelssel {
    font-size: 16px;
    font-weight: bold;
    margin-right: 16px;
    color: #00175C;
}

#mm_sec {
    position: absolute;
    left: 30px;
    top: 54px;
    z-index: 11;
}

#mm_sec a {
    font-size: 11px;
    margin-right: 7px;
}

#mm_head {
    z-index: 11;
    position: absolute;
    height: 22px;
    left: 0px;
    top: 74px;
    width: 222px;
    border-right: 1px solid #999;
    background-color: #fff;
    color: #000;
    padding: 0px;
    margin: 0px;
}

#mm_head div {
    padding: 4px 0px 0px 30px;
}

.mm_droptit, .mm_dropbigtit {
    position: absolute;
    top: 21px;
    background: #fff;
    border: 1px solid #aaa;
    border-bottom: none;
    padding: 3px 3px 4px 3px;
    display: none;
    z-index: 50;
    color: #00175c;
    font-size: 16px;
    font-weight: bold;
    cursor: default;
}

.mm_dropbigtit {
    font-weight:normal;
    font-size: 14px;
}

.mm_dropmnu, .mm_dropbigmnu {
    top: 47px;
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    padding: 7px 10px 0px 7px;
    width: 202px;
    height: 320px;
    z-index: 49;
    display: none;
}

.mm_dropbigmnu {
    width:398px;
}

.mm_dropmnu h1, .mm_dropbigmnu h1 {
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

.mm_dropmnu a, .mm_dropbigmnu a {
    display: block;
    color: #666;
    line-height: 16px;
}

#mt_canvas {
    position:fixed;
    _position:absolute;
    border-top: 1px solid #999;
    background-color: #fff;
    left: 0px;
    bottom: 0px;
    _top:expression((document.body.scrollTop+document.body.clientHeight-this.clientHeight-1)+'px');
    width: 100%;
    height: 25px;
    color: #000;
    z-index: 100;
}

#mt_canvas div {
    width: 980px;
    text-align: right;
    background-color: #fff;
}

#mt_canvas a {
    line-height: 19px;
    vertical-align: baseline;
    color: #4c4c4c;
    text-decoration: none;
    background: url(../images/garrow.gif) left 7px no-repeat;
    padding: 2px 9px 0px 6px;
}

#mt_canvas a:hover {
    color: #039;
    background: url(../images/barrow.gif) left 7px no-repeat;
}