.menu_on {
/* ustawienia dla linku wiecej */
     font-family: Tahoma ;
     font-size: 10px ;
     font-weight:  normal;
     text-decoration : none;
     color:  #0099ff; 
} 
.menu_g {
/* ustawienia dla linku wiecej */
     font-family: Tahoma ;
     font-size: 11px ;
     font-weight:  normal;
     text-decoration : none;
     color:  #ff6666; 
     border-bottom: 4px solid #035b86;
}   
.menu_g a,a:visited {
/* ustawienia dla linku wiecej */
     padding-left: 4px;
     padding-right: 4px;
     padding-bottom: 2px;
     font-family: Tahoma ;
     font-size: 11px ;
     font-weight:  bold;
     text-decoration : none;
     color:  #ffc035;      
}   
.menu_g a:hover,active,focus {
/* ustawienia dla linku wiecej */
     padding-left: 4px;
     padding-right: 4px;
     padding-bottom: 2px;
     font-family: Tahoma ;
     font-size: 11px ;
     font-weight:  bold;
     text-decoration : none;
     color:  #FF0000; 
     /* border-bottom: 1px solid #FF0000; */
}

