/* CSS Document GfK navigation.css */

/* Hauptmenü links */
#main_menu_left ul {
    padding: 0;
    margin: 0;
    float: left;
}
#main_menu_left ul li {
    display: inline;
    font-weight: normal;
}
#main_menu_left ul li a {
    color: #FFF;
    text-decoration: none;
    margin: 0;
    padding: 2px 12px 3px 12px;
    float: left;
    background: #677588 url(http://www.gfk.com/imperia/md/content/img/trenner_mainmenu.gif) no-repeat 100% 5px;
}
/* letzter Menüeintrag ggf. ohne Trennstrich (wenn nah am Rand stehend) */
#main_menu_left ul li.last a {
    color: #FFF;
    text-decoration: none;
    margin: 0;
    padding: 2px 12px 3px 12px;
    float: left;
    background: #677588;
}
#main_menu_left a:hover, #main_menu_left a:active, #main_menu_left .activelimain , #main_menu_left li.last a:hover, #main_menu_left li.last a.activelimain {
    background-color: #E58316;
    color: #FFF;
}

/* Hauptmenü rechts */
#main_menu_right ul {
    padding: 0;
    margin: 0;
    float: left;
}
#main_menu_right ul li {
    display: inline;
    font-weight: normal;
}
#main_menu_right ul li a {
    color: #FFF;
    text-decoration: none;
    margin: 0;
    padding: 2px 12px 3px 12px;
    float: left;
    background: #677588 url(http://www.gfk.com/imperia/md/content/img/trenner_mainmenu.gif) no-repeat 100% 5px;
}
/* letzter Menüeintrag ggf. ohne Trennstrich (wenn nah am Rand stehend) */
#main_menu_right ul li.last a {
    background: #677588;
}
#main_menu_right a:hover, #main_menu_right a:active, #main_menu_right .activelimain, #main_menu_right li.last a:hover, #main_menu_right li.last a.activelimain {
    background-color: #E58316;
    color: #FFF;
}

