
.NavigationMobile {
    display: none;
}

.Navigation {
    display: block;
    position: relative;
    z-index: 5000;
    top: 0px;
    left: 0px;
    width: auto;
    min-height: 40px;
    margin: 0px;
    padding: 0px 0px 0px 10px;

    -moz-opacity: 0.90;
    opacity: 0.90;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=90);

    -webkit-box-shadow:  0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:  0px 10px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow:  0px 10px 15px 0px rgba(0, 0, 0, 0.4);
}

.Navigation:hover {
    z-index: 15000;
}

.NavigationContainer {
    display: block;
    position: relative;
}

.Navigation ul {
    position: relative;
    display: block;
    float: left;
    z-index: 5000;
    height: 40px;
    margin: 0px;
    overflow: visible;
    white-space: nowrap;
    text-align: left;
    list-style: none;
}
.Navigation ul:hover {
    z-index: 15000;
}

.Navigation ul.Right {
    float: right;
}

.Navigation ul li {
    display: block;
    position: relative;
    z-index: 5200;
    font-size: 13px;
    text-decoration: none;
    font-weight : bold;
    color: #FFFFFF;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
    white-space: nowrap;
    text-align: left;
    list-style: none;
}
.Navigation ul li:hover {
    color: #666666;
    background-color: #FFFFFF;
    cursor: pointer;
}

.Navigation ul li.Sub {
    padding: 0px 25px 0px 10px;
    background: transparent url(../images/bg/bg_navigation_mainmenu.png) no-repeat right center;
}
.Navigation ul li.Sub:hover {
    background: #FFFFFF url(../images/bg/bg_navigation_mainmenu_over.png) no-repeat right center;
}

.Navigation ul li.Glue {
    display: block;
    float: left;
    width: 1px;
    height: 40px;
    overflow: hidden;
    background: transparent url(../images/bg/bg_navigation_mainmenu_glue.png) no-repeat right center;
}

.Navigation ul.Submenu {
    display: none;
    position: absolute;
    z-index: 5300;
    float: none;
    margin: 0px;
    top: 40px;
    left: 0px;
    background-color: #FFFFFF;
    padding: 5px 15px 5px 15px;
    overflow: auto;
    white-space: nowrap;
    min-width: 100%;
    max-height: 315px;
    height: auto;
    list-style: none;

    -webkit-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 2px 3px 0px rgba(0, 0, 0, 0.5);
}

.Navigation ul.Submenu li.Line {
    display: block;
    text-decoration: none;
    font-weight : bold;
    color: #333333;
    line-height: 1px;
    height: 1px;
    font-size: 1px;
    margin: 5px -5px;
    background-image: url(../images/bg/bg_glue_horz.png);
}

.Navigation ul.Submenu li {
    display: block;
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    padding: 2px 0px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: visible;
    cursor: pointer;
    vertical-align: middle;
    text-align: left;
    list-style: none;
}
.Navigation ul.Submenu li:hover {
    color: #5B80A3;
    cursor: pointer;
}

.Navigation ul.Submenu li img {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: none;
    padding: 0px;
    margin: 3px 7px 3px 0px;
}

.Listmenu {
    display: block;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    padding: 0px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    white-space: normal;
}
.Listmenu:hover {
    color: #5B80A3;
    cursor: pointer;
}

.Listmenu img {
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    border: none;
    padding: 0px;
    margin: 5px auto;
    clear: both;
    text-align: center;
}

.Dashboard {
    display: block;
    clear: both;
    width: auto;
    text-align: center;
}

.Dashboard .Listmenu {
    display: inline-block;
    width: 145px;
    min-height: 90px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #333333;
    padding: 20px 20px;
    margin: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.Dashboard .Listmenu:hover {
    color: #5B80A3;
    cursor: pointer;
}

.Dashboard .Listmenu img {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    border: none;
    padding: 0px;
    margin: 5px auto;
    clear: both;
    text-align: center;
}
