﻿.hdr
{
    width: 600px;
    height: 63px;
    background: #000;
    padding: 3px 0 0 8px;
    font-size: 12px;
}

.top
{
    height: 63px;
    background: #e2e0d6 url("../images/menu_top_groupBg.gif") repeat-x;
    font-family: Georgia;
    font-size: 18px;
    line-height: 25px;
}
.top .itm
{
    width: 175px;
    height: 23px !important;
    text-align: center;
    background: none;
    color: #a6a6a6;
    border: 1px solid #e2e0d6;
    cursor: default;
    font-family: Georgia;
    font-size: 18px;
    line-height: 25px;
}
.top .itm-h
{
    width: 175px;
    height: 23px !important;
    text-align: center;
    background: #faf9f4 url("../images/menu_top_itemHoverBg.gif") repeat-x;
    border: 1px solid #e2e0d6;
    color: #444444;
    cursor: default;
    font-family: Georgia;
    font-size: 18px;
    line-height: 25px;
}
.top .itm-a
{
    width: 175px;
    height: 23px !important;
    text-align: center;
    background: #faf9f4 url("../images/menu_top_itemHoverBg.gif") repeat-x;
    border: 1px solid #e2e0d6;
    color: #444444;
    cursor: default;
    font-family: Georgia;
    font-size: 18px;
    line-height: 25px;
}
.top .itm-e
{
    width: 175px;
    height: 23px !important;
    text-align: center;
    background: #faf9f4 url("../images/menu_top_itemHoverBg.gif") repeat-x;
    border: 1px solid #e2e0d6;
    color: #444444;
    cursor: default;
    font-family: Georgia;
    font-size: 18px;
    line-height: 25px;
}

.mnu
{
    border: 1px solid #989790;
    width: 195px;
    background: #f6f6f6 url("../images/menu_vertical.png") repeat-y;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #989790;
    cursor: default;
    text-align: left;
}
.mnu .itm
{
    width: 195px;
    height: 25px;
    background: #f6f6f6 url("../images/menu_static2.png") no-repeat;
}
.mnu .itm-h
{
    width: 195px;
    height: 25px;
    background: #faf9f4 url("../images/menu_static.png") no-repeat;
}

.mnu .br
{
    width: 195px;
    height: 4px;
    background: #cbcac4 url("../images/menu_static.png") no-repeat 0 -25px;
    overflow: hidden;
    line-height: 4px;
}

.mnu .lbl
{
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    width: 170px;
    padding: 0 0 0 6px;
    position: relative;
}
.mnu .lbl .txt
{
    display: block;
    color: black;
    height: 24px;
    line-height: 24px;
    top: 0;
    left: 29px;
    position: absolute;
}
.mnu .lbl .shd
{
    display: block;
    color: #ffffff;
    position: absolute;
    top: 1px;
    left: 30px;
}

.mnu .exp
{
    display: block;
    width: 16px;
    height: 25px;
    float: left;
    margin-top: 0px;
    background: transparent url("../images/menu_static.png") no-repeat right -29px;
}
