
#masthead { height: auto; width: auto; }
#masthead a {
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
}
#masthead a:hover {
    color: #FFF;
    text-decoration: none;
}
#masthead ul {
    list-style: none;
}
#masthead li {
    list-style: none;
    background-image: none;
}
#masthead ul { float: left; position: relative; width: 500px; height: 37px; margin: 0; padding: 0; }
#masthead li { float: left; height: 37px; margin: 0; padding: 0; }


#masthead li a { 
    padding: 0; 
    display: block; 
    height: 29px;
    padding-top: 8px; 
    border: none; 
    width: 160px; 
    text-align: center; 
    border-right: 2px solid #FFF; 
    background-image: url(../upload/zimages/bg_navi_top.gif); 
    background-repeat: no-repeat; 
    background-position: 0 0;
    font-weight: bold;
}


#masthead li.main a:hover,
#masthead li.main a.selected,
#masthead li.main a.active { 
    background-position: -160px 0;
}


#masthead li.extras a:hover,
#masthead li.extras a.selected,
#masthead li.extras a.active { 
    background-position: -320px 0;
}


#masthead li.mytradefairs a:hover,
#masthead li.mytradefairs a.selected,
#masthead li.mytradefairs a.active { 
    background-position: -480px 0;
}



#masthead li.main ul { 
    background-image: url(../upload/zimages/bg_navi_first.gif); 
    background-repeat: no-repeat;
}

#masthead li.extras ul { 
    background-image: url(../upload/zimages/bg_navi_second.gif); 
    background-repeat: no-repeat; 
}
#masthead li.mytradefairs ul { 
    background-image: url(../upload/zimages/bg_navi_third.gif); 
    background-repeat: no-repeat;
}



#masthead li li { 
    position: static; 
    width: auto; 
    height: auto; 
    background-image: none;  
}
#masthead li li a { 
    color: #fff; 
    width: auto; 
    height: auto; 
    padding: 0 15px 0 0;
    margin: 6px 0 0 15px; 
    background-image: none; 
    
    font-size: 11px;
    font-weight: normal;
}



#masthead ul ul { position: absolute; left: 0; width: 930px; height: 30px; margin: 0; display: none; }
#masthead ul ul.selected,
#masthead ul ul.active { display: block; }


/* each sub got different color */
#masthead li.main li a {
    color: #DFB3B3;
    border-right: 1px solid #DFB3B3;
}
#masthead li.extras li a {
    color: #DFD8C2;
    border-right: 1px solid #DFD8C2;
}
#masthead li.mytradefairs li a {
    color: #D3DEE9;
    border-right: 1px solid #D3DEE9;
}


/* last one no border */
#masthead li li a.last {
    border: 0;
}

#masthead li li a:hover,
#masthead li li a.selected:hover,
#masthead li li a.active:hover,
#masthead li li.selected a.selected:hover, 
#masthead li li.selected a:hover { 
    background-position: -300px -1000px; 
    color: #FFF;
}




/* *** further stuff ************************************************************************************************ */
div#further_navi {
    float: right;
    padding: 11px 20px 0 0;
}
div#further_navi a {
    color: #000;
}
div#further_navi div.item {
    float: left;
    padding-right: 11px;
}
div#further_navi div.lang {
    padding-left: 20px;
}
div#further_navi div.lang a {
    width: 71px;
    display: block;
    background-repeat: no-repeat;
    background-position: 49px 0;
}
div#further_navi div.lang a.en {
    background-image: url(../upload/zimages/flag_en.gif);
}
div#further_navi div.lang a.de {
    background-image: url(../upload/zimages/flag_de.gif);
}


