#main-nav { 
    clear: both; 
    margin-top: 25px;
    /*padding-top: 45px; 
    padding-left: 10px;  */
}

#main-nav ul {
    list-style-type: none;
    /*float:left; */
    cursor: pointer; cursor: hand;
    width: 160px;
}

#main-nav li { 
    display:block; 
    font-weight: normal ; 
    /*float:left; */
    line-height: 28px;
    padding-right: 10px; 
    background: #d1cfc9; /* url('../img/nav-bg.png');*/
    margin-bottom: 10px;
    text-align: right;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #AAA;
    border-right: solid 1px #AAA;
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.4);
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.4);
    /*-webkit-box-shadow:2px 2px 3px rgba(66,66,66,0.3);*/
    /*background-image:url('../../assets/img/menu/nav_spacer.png'); 
    background-repeat:no-repeat; 
    background-position:right top; */
}

#main-nav li:hover {
    background-color: #cac9bf;
    /*text-shadow:1px 1px 0 #000;
    color: #fff;*/
}

#main-nav li a {
    display:block; 
    text-decoration: none; 
    /*float:left; 
    padding-right: 15px; 
    padding-left: 15px; 
    color: #fff; */
    font-size: 13px;
    text-shadow: white 1px 1px 0;
color: #333;}

#main-nav li a:hover { 
    /*text-shadow:1px 1px 0 #000;
    color: #fff;*/
}

#main-nav li.menuActive {
    background-color: #3E403F; /*#F4AA41*/;
}

#main-nav li.menuActive a {
    color: #fff; /*#F4AA41*/;
    text-shadow:1px 1px 0 #000;
}
#main-nav li.menuActive a:hover {
    text-shadow:1px 1px 0 #000;
    color: #fff;
}

#sub-nav {
    float: left; 
    min-height: 25px; 
    width: 210px; 
    margin-bottom: 15px;
}

#sub-nav ul {
    list-style-type: none;
}

#sub-nav li {
    display:block; 
    font-weight: normal;
    height:28px; 
    line-height: 25px; 
    padding-top: 0px; 
    background-image:url('../../assets/img/menu/menu_light_grey.gif'); 
    background-repeat:no-repeat;
}

#sub-nav ul.sub {
    padding-bottom: 10px;
}

#sub-nav ul.sub li {
    display:block; 
    font-weight: normal; 
    height:20px; 
    line-height: 20px;
    padding-top: 0px;
    background-image: none;
}

#sub-nav ul.sub li a {
    color: #595959;
}

#sub-nav ul.sub li a:hover {
    color: #F4AA41;
}

#sub-nav ul.sub li.menuActive a {
    font-weight: bold; 
    color: #F4AA41;
}

/* sub sub */
#sub-nav ul.subsub {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#sub-nav ul.subsub li {
    display:block; 
    font-weight: normal; 
    height:20px; 
    line-height: 20px;
    padding-top: 0px;
    background-image: none;
}

#sub-nav ul.subsub li a {
    color: #595959;
    font-size: 12px;
}

#sub-nav ul.subsub li a:hover {
    color: #F4AA41;
}

#sub-nav ul.subsub li.menuActive a {
    font-weight: normal;
    color: #F4AA41;
}




/* end sub sub */


#sub-nav li:hover { 
    background-image:url('../../assets/img/menu/menu_orange.gif');
}

#sub-nav li a { 
    display:block; 
    text-decoration: none; 
    padding-right: 15px; 
    padding-left: 15px; 
    font-size: 13px; 
    color: #fff;
}

#sub-nav li.menuActive {
    font-weight: bold;
}


#horizontal-sub-nav {
    clear: both; 
    padding-top: 15px; 
    padding-left: 10px;  
}

#horizontal-sub-nav ul {
    list-style-type: none;
    float:left; 
    cursor: pointer; cursor: hand;
}

#horizontal-sub-nav li {
    display:block; 
    font-weight: normal ; 
    float:left; 
    padding-top: 3px; 
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    height:28px;
    line-height: 25px; 
    background-image:url('../../assets/img/menu/menu_light_grey.gif'); 
    background-repeat:no-repeat; 
    background-position:right top; 
}

#horizontal-sub-nav ul.sub {
    padding-bottom: 10px;
}

#horizontal-sub-nav ul.sub li {
    display:block; 
    font-weight: normal; 
    height:20px; 
    line-height: 20px;
    padding-top: 0px;
    background-image: none;
}

#horizontal-sub-nav ul.sub li a {
    color: #595959;
}

#horizontal-sub-nav ul.sub li a:hover {
    color: #F4AA41;
}

#horizontal-sub-nav ul.sub li.menuActive a {
    font-weight: bold; 
    color: #F4AA41;
}

#horizontal-sub-nav li:hover { 
    background-image:url('../../assets/img/menu/menu_orange.gif');
}

#horizontal-sub-nav li a { 
    display:block; 
    text-decoration: none; 
    padding-right: 15px; 
    padding-left: 15px; 
    font-size: 13px; 
    color: #fff;
}

#horizontal-sub-nav li.menuActive {
    font-weight: bold;
}

#footer-nav { 
    float: right;
}

#footer-nav ul {
    list-style-type: none;
    float:left;
}

#footer-nav li { 
    display:block; 
    font-weight: normal;
    float:left; 
    height:28px; 
    line-height: 24px; 
    padding-top: 0px;
}

#footer-nav li a {
    display:block; 
    text-decoration: none; 
    float:left; 
    padding-right: 5px; 
    padding-left: 5px;
}

#footer-nav li.menuActive {
    font-weight: bold; 
    color: #000000;
}

#footer-lang { 
    float: left;
}

#footer-lang ul { 
    list-style-type: none;
    float:left;
}

#footer-lang li { 
    display:block; 
    font-weight: normal; 
    float:left; 
    height:28px; 
    line-height: 24px; 
    padding-top: 0px;
}

#footer-lang li a { 
    display:block; 
    text-decoration: none; 
    float:left; 
    padding-right: 5px; 
    padding-left: 5px;
}

#footer-lang li.menuActive {
    font-weight: bold;
    color: #000000;
}

#menuFixedWrapper {
	position: absolute; margin-left: 0px;  width:300px;
}

#menuFixed {
	position: absolute; top: 0; margin-top: 0px; padding-top: 0px;
}
