﻿#DD > .bar, #DD > .bar * {    cursor: pointer;    z-index: 2005;}#DD > .bar {    font-family: 'Titillium Web', sans-serif;    font-weight: 200;    background-color: #0228ff;    height: 45px;    line-height: 45px;    font-size: 29px;    color: #fff;    text-align: right;    padding-right: 80px;    position: relative;}    #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: 77px;    }#DD {   padding:10px 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: rgba(22, 64, 123,0.95);    border-bottom: 1px solid #929292;    color: #fff;}.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: #5c7aa3;}#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;}@media screen and (max-width: 1000px) {    #DD {        display: block;    }#headertext{display:none;position: absolute;}        ul.Menu.lvl1 {        display: none;        position: absolute;    }}