.MenuBg {
    height: 33px;
    background: url("../../images/fonTopMenu.jpg") repeat-x bottom;
    position: relative;
    z-index: 10
}

.Menu {
    padding-left: 10px;
    background: url("../../images/menu.jpg") repeat-x;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    max-height: 40px;
}

.Menudiv {
    float: left
}

.Menuspan {
    position: absolute;
    left: 10px;
    bottom: 5px;
    z-index: 5
}

.Menuspan a {
    color: #000;
    padding: 0 10px;
    text-decoration: none;
    font-size: 10px
}

.Menuspanlink {
    position: relative;
    float: left;
    padding-bottom: 2px;
    display: block;
    height: 15px;
}

.Menuspanlink:hover {
    border-bottom: 2px solid #C0282D !important
}

.Menuspanlink:hover .Dropdown {
    display: block
}

.Dropdown {
    position: absolute;
    top: 17px;
    left: 0;
    background: #e9eef2;
    z-index: 5;
    display: none;
    width: 150px
}

.Dropdown b {
    font-weight: 400;
    font-size: 11px;
    padding: 3px 0;
    display: block
}

.Dropdown a {
    padding: 0 5px
}

.Dropdown a:hover {
    border-bottom: none !important;
    text-decoration: underline
}

.rborder {
    border-right: 1px solid #C4CED4
}

.Menudivlink {
    padding: 2px 10px 0;
    height: 22px;
    position: relative
}

.Menudiv:hover {
    background: url("../../images/menu2.jpg") repeat-x
}

.active {
    background: #e9eef2
}

.active:hover {
    background: #e9eef2
}

.active a {
    color: #000 !important
}

.Menudivlink a {
    color: #fff;
    text-decoration: none
}

.cornL {
    position: absolute;
    top: 0;
    right: -5px;
    width: 5px;
    height: 21px;
    z-index: 10
}

.cornR {
    position: absolute;
    top: 0;
    left: -5px;
    width: 5px;
    height: 21px;
    z-index: 10
}

.separator {
    background: url("../../images/separator.png") no-repeat right top
}

.still {
    background: url("../../images/more.png") no-repeat 41px 8px;
    padding-right: 20px !important
}

.selected {
    border-bottom: 2px solid #C0282D
}

.Menudiv .ddlist {
    display: none;
    position: absolute;
    padding: 2px 0;
    right: 0;
    background: #EAEDF2;
    top: 23px;
    width: 120px;
    border: 1px solid #AFB3BE;
    z-index: 10
}

.Menudiv .ddlist a {
    padding: 1px 7px;
    color: #000;
    font-size: 10px;
    display: block
}

.Menudiv .ddlist a:hover {
    background: #F6F9FB
}

.Menudiv.ddmore {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 0;
}

.Menudiv.ddmore .Menudivlink {
    position: relative;
    padding: 2px 9px 0
}

.Menudiv.ddmore .Menudivlink > a img {
    margin-top: 4px
}

.MenudivN {
    float: left
}

.MenudivlinkN {
    padding: 2px 10px 0;
    height: 22px;
    position: relative
}

.MenudivlinkN a {
    color: #CCC;
    text-decoration: none;
    cursor: default
}

.dark_theme.Menu {
    background: url("http://s1.ivest.kz/images/menu_bg.png") repeat-x
}

.dark_theme.Menu .Menudiv:hover {
    background: url("http://s1.ivest.kz/images/menu_bg2.png") repeat-x
}

.dark_theme.Menu .separator {
    background: url("http://s1.ivest.kz/images/separator_bg.png") no-repeat right top
}