/* CSS Document */

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

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

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

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

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

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

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

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

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