@charset "utf-8";
/* CSS Document */

/********** Top-Men **********/
    div#topMenu a#student,
    div#topMenu a#student:link,
    div#topMenu a#student:visited {
        width:139px;
        background: url(_tm_s_blue.gif) top left no-repeat;
    }
    div#topMenu a#student:hover {
        background-image: url(_tm_s_hover_blue.gif);
    }
    div#topMenu a#student.active,
    div#topMenu a#student.active:link,
    div#topMenu a#student.active:visited,
    div#topMenu a#student.active:hover {
        background-image: url(_tm_s_active_blue.gif);    
    }
    
    div#topMenu a#firma,
    div#topMenu a#firma:link,
    div#topMenu a#firma:visited {
        width:126px;
        background: url(_tm_f_blue.gif) top left no-repeat;
    }
    div#topMenu a#firma:hover {
        background-image: url(_tm_f_hover_blue.gif);
    }
    div#topMenu a#firma.active,
    div#topMenu a#firma.active:link,
    div#topMenu a#firma.active:visited,
    div#topMenu a#firma.active:hover {
        background-image: url(_tm_f_active_blue.gif);    
    }
    
    div#topMenu a#presse,
    div#topMenu a#presse:link,
    div#topMenu a#presse:visited {
        width:116px;
        background: url(_tm_p_blue.gif) top left no-repeat;
    }
    div#topMenu a#presse:hover {
        background-image: url(_tm_p_hover_blue.gif);
    }
    div#topMenu a#presse.active,
    div#topMenu a#presse.active:link,
    div#topMenu a#presse.active:visited,
    div#topMenu a#presse.active:hover {
        background-image: url(_tm_p_active_blue.gif);    
    }
    
    div#topMenu a#uni,
    div#topMenu a#uni:link,
    div#topMenu a#uni:visited {
        width:173px;
        background: url(_tm_u_blue.gif) top left no-repeat;
    }
    div#topMenu a#uni:hover {
        background-image: url(_tm_u_hover_blue.gif);
    }
    div#topMenu a#uni.active,
    div#topMenu a#uni.active:link,
    div#topMenu a#uni.active:visited,
    div#topMenu a#uni.active:hover {
        background-image: url(_tm_u_active_blue.gif);    
    }