﻿.Menu.lvl1 {
}

ul.Menu {
    list-style: none outside none;
    margin: 0;
    padding: 0; /*overflow: hidden;*/
}

.Menu.lvl1 > li {
    float: left;
    height: 33px;
}
/* Menu lvl1 */

.Menu.lvl1 > li:hover {
}

.Menu.lvl1 > li.first:hover {
}

.Menu.lvl1 > li > a:hover, .Menu.lvl1 > li.first > a:hover {
    color: #0028e1;
}

.Menu.lvl1 > li > a {
    font-family: Arial;
    font-size: 13px;
    display: block;
    height: 23px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 6px 0;
    line-height: 23px;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}

.Menu.lvl1 > .first > a {
    margin: 5px 5px 0 0;
    padding: 0;
    width: 19px;
    background: transparent url('/images/menu_lvl1_home_02.png') no-repeat scroll right 1px;
}

.Menu.lvl1 > .first:hover > a {
    background-position: right -49px;
}

.Menu.lvl1 > .selected.first > a {
}

.Menu.lvl1 > .last > a {
}

.Menu.lvl1 > li > a:hover, .Menu.lvl1 > li > a:active, .Menu.lvl1 > .selected.first > a:hover {
    color: #0028e1 !important;
}

.Menu.lvl1 > .selected > a, .Menu.lvl1 > .childSelected > a, .Menu.lvl1 > .selected > a:hover {
    color: #0028e1 !important;
}

.Menu.lvl1 > .first > a {
    text-indent: -5000px;
}

.Menu.lvl1 > .splitter {
}
/* Menu lvl1 */

.Menu.lvl2 {
    background-color: #ededed;
    position: absolute;
    display: none;
    list-style: none outside none;
    margin: -5px 0 0;
    padding: 0;
    overflow: hidden;
    z-index: 7000;
    box-shadow: 3px 3px 5px #999999;
}

.Menu.lvl2 li {
    float: none;
    background-color: #c1c1c1;
    width: 200px;
    height: 30px;
    background: #c1c1c1 url('/images/menu_lvl2_bg3.png') no-repeat scroll left bottom;
}

.Menu.lvl2 a {
    font-family: Arial, sans-serif;
    font-size: 13px;
    margin-left: 10px;
    line-height: 30px;
    height: 30px;
    color: #666666;
    text-decoration: none;
    text-transform: uppercase;
}

.Menu.lvl2 .last a {
    border: none;
}

.Menu.lvl2 .selected a {
    color: #fff;
}

.Menu.lvl2 a:hover, .Menu.lvl2 a:active {
    color: #fff;
}

.Menu.lvl2 > li > a {
}

.Menu.lvl2 > li li {
}

.Menu.lvl2 a.hover {
}

.Menu.lvl2 li:hover {
}

.Menu.lvl2 li.selected > a {
}

.Menu.lvl3 a {
}

.Menu.lvl2 .childSelected a, .Menu.lvl2 li.selected a, .Menu.lvl2 li:hover a {
    color: #fff;
}

.Menu.lvl2 .childSelected {
    background-position: left top;
}

.Menu.lvl2 > li.selected, .Menu.lvl2 li:hover {
    background-position: left top;
}

.Menu.lvl2 .selected.hasChildren > a {
}

.Menu.lvl3 > li > a {
    padding-left: 36px;
}

.Menu.lvl4 > li > a {
    padding-left: 54px;
}

.Menu.lvl5 > li > a {
    padding-left: 72px;
}

.Menu.lvl6 > li > a {
    padding-left: 72px;
}

.Menu.lvl7 > li > a {
    padding-left: 72px;
}

.Menu.lvl2 .selected > a {
}

.Menu.lvl2 .childSelected > a {
}

.archive > a {
    font-weight: bold;
}
