@charset "UTF-8";

/**
 * (en) main navigation
 *
 * 
 * 
 */
 
@media screen, projection {

/*--------------------------------------------------------------------------*/
 
 
/**
 * tnoc main navigation
 *
 */
/*#nav {
    background: url(../../images/layout/page_bg.png) repeat-x left 50px;
    height: 95px;
}*/

#nav_main {
	z-index: 5;
} 


#nav_main li a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color:#4c4c4c;
    padding: 17px 0;
    text-align:center;
    text-transform: uppercase;
    z-index: 4;
}
#nav_main li a:hover {
    color: white;
}

#nav_main li a .sf-sub-indicator {display:none;}


/*left button*/
#menu-523 a {
    width: 190px;
    background: url(../../images/sprites/sprites_neu.png) no-repeat 0 -107px;
}
#menu-523 a:hover {
    background-position: 0 -160px;
}
/*right button*/
#menu-33044 a {
    width: 191px;
    background: url(../../images/sprites/menu_right.png) no-repeat right 0;
    border-left: 1px solid #c3c4c4;
}
#menu-33044 a:hover {
    background-position: right -53px;;
}
/*middlebutton*/
#menu-33043 a,
#menu-1748 a,
#menu-33048 a {
    width: 192px;
    background: url(../../images/sprites/menu_middle.png) repeat-x 0 0;
    
    border-left: 1px solid #c3c4c4;
}
#menu-33043 a:hover,
#menu-1748 a:hover,
#menu-33048 a:hover {
    background-position: 0 -53px;
}

/* SUBMENU */
#nav_main li.sfHover {z-index:999;}
#nav_main li ul {
    margin-top:48px;
    background:white;
    width:227px;
    padding-right:6px;
    padding-bottom:6px;
    background: url(../../images/sprites/menu_sub_bg.png) no-repeat left bottom;
}

#nav_main li ul li a {
    color: #648e08;
    display: block;
    background: white;
    padding:11px 0 6px 14px;
    width:auto;
    text-align:left;
    font-size: 11px;
}
#nav_main li ul li {
    padding:1px 0;
    width: 100%;
    border-bottom: 1px dotted #A6A6A6;
}
#menu-3146,
#menu-17558,
#menu-17503,
#menu-33047,
#menu-33053 {
    border-bottom: none !important;
}

#menu-33536, #menu-33537 {
    border-bottom: none !important;
}

#menu-33536 a, #menu-33537 a {
    background-position: 0 -53px !important;
    width: 192px;
    background: url(../../images/sprites/menu_middle.png) repeat-x 0 -53px !important;
    color:#fff !important;
    border-left: 1px solid #c3c4c4;
}

#menu-33536 a:hover, #menu-33537 a:hover {
    background-position: 0 0 !important;
    color:#648E08 !important;
}

#nav_main li ul li a:hover {
    color:#fff;
    background:#a6c60d;
}


}

