/* Menu: kolor linków po najechaniu */
#header .menu > ul > li > a:hover {
    color: red !important;
}
