/* CSS Document */

#menu {
  width: 750px;
  height: 39px;
  margin: 0px 20px 0px 20px;
  background-image: url(../images/menu_bg_sk.png);
  background-repeat: no-repeat;
  border-bottom: 1px solid #5555aa;
}

/* Home */
.home {
    float: left;
    width: 48px;
    height: 39px;
    background-color: transparent;
}

.home:hover {
    background-image: url(../images/uvod_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* News */
.news {
    float: left;
    width: 67px;
    height: 39px;
    background-color: transparent;
}

.news:hover {
    background-image: url(../images/novinky_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Gallery */
.gallery {
    float: left;
    width: 64px;
    height: 39px;
    background-color: transparent;
}

.gallery:hover {
    background-image: url(../images/galeria_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* Contact */
.contact {
    float: left;
    width: 67px;
    height: 39px;
    background-color: transparent;
}

.contact:hover {
    background-image: url(../images/kontakt_on.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
