﻿#DD > .bar, #DD > .bar * {
    cursor: pointer;
    z-index: 2005;
}

#DD > .bar {
    font-family: 'Titillium Web';
    font-weight: 200;
    background-color: #c2c2c2;
    height: 45px;
    line-height: 45px;
    font-size: 29px;
    color: #fff;
    text-align: right;
    padding-right: 80px;
    position: relative;
}

#DD > .bar {
    background-color: #000;
    position: absolute;
    right: 0;
    font-size: 20px;
    padding-right: 60px;
    padding-left: 20px;
}

#DD > .bar .symbol {
    background-image: url('/images/DD/DD_menuSymbol.png');
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center center;
    width: 56px;
}

#DD {
    padding: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

#DD > ul {
    display: none;
}

#DD ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#DD > ul ul {
    display: none;
}

#DD a {
    position: relative;
    display: block;
    color: #555555;
    display: block;
    font-size: 15px;
    font-family: Tahoma, Arial;
    font-weight: normal;
    text-decoration: none;
    padding: 12px 57px 11px 17px;
    background-color: rgba(255,255,255,0.95);
    border-bottom: 1px solid #e4e4e4;
    -moz-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.ie #DD a {
    background-color: #fff;
}

#DD ul ul a {
    background-color: rgba(235, 231, 226,0.95);
    border-bottom: 1px solid #d3d3d3;
}

#DD .open > a {
    background-color: rgba(235, 231, 226,0.95);
    border-bottom: 1px solid #929292;
}

.ie #DD .open > a {
    background-color: #ebe7e2;
}

#DD .selected > a, #DD a.hover {
    background-color: #dbd9d5;
    border-bottom: 1px solid #929292;
    color: #000;
}

.ie #DD .selected > a, .ie #DD a.hover {
    background-color: #16407b;
}

#DD ul ul a {
    padding-left: 36px;
}

#DD ul ul ul a {
    padding-left: 46px;
}

#DD ul ul ul ul a {
    padding-left: 66px;
}

#DD ul ul ul ul ul a {
    padding-left: 86px;
}

#DD .arrow {
    background-color: #ebe7e2;
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 13px;
    top: 6px;
    height: 28px;
    width: 28px;
    border-radius: 50%;
}

#DD .arrow:hover {
    right: 11px;
    top: 4px;
    height: 32px;
    width: 32px;
}

#DD .arrow div {
    background: transparent url('/images/DD/DD_itemClosed.png') no-repeat center center;
    width: 100%;
    height: 100%;
}

#DD .open > a .arrow {
    background-color: #fff;
}

#DD a:hover .arrow {
    background-color: #000;
}

#DD .selected > a .arrow div, #DD a.hover .arrow div {
    background-image: url('/images/DD/DD_itemClosedWhite.png');
}

#DD .open > a .arrow div {
    background-image: url('/images/DD/DD_itemOpen.png');
}

#DD .open > a.hover .arrow div {
    background-image: url('/images/DD/DD_itemOpenWhite.png');
}

#DD {
    display: none;
    top: 113px;
    left: 0;
    right: 0;
}

.openMenu {
    display: none;
}



@media screen and (max-width: 950px) {


 #DD,  .openMenu {
    display: block;
    z-index: 10;
}

 ul.menu.main {
    display: none;
    position: absolute;
}

 #shortcuts {
    margin-right: 0;
    top:7px;
}
}
.touch #DD, .touch .openMenu {
    display: block;
    z-index: 10;
}

.touch ul.menu.main {
    display: none;
    position: absolute;
}

.touch #shortcuts {
    margin-right: 0;
}

.touch #DD, .touch .openMenu {
    display: block;
    z-index: 10;
}

.touch ul.menu.main, .touch header .search {
    display: none;
    position: absolute;
}
