.menu {
border-left: 1px solid white;
border-right: 1px solid white;
background: url(../images/site/menuDefault.png) center repeat-x;
}

.menu a {
text-align: center;
color: white;
width: 90px;
padding: 2px 0;
border-right: 1px solid white;
background: url(../images/site/menuDefault.png) center repeat-x;
display: block;
}

.menu a:hover, .menuActive a {
background: url(../images/site/menuActive.png) center repeat-x;
color: white;
}




.menuThes {
text-align: center;
}

.menuThes a {
width: 63px;
font-weight: bold;
color: #444;
padding: 1px 0;
display: block;
}

.menuThes a:hover {
font-weight: normal;
color: white;
background: url(../images/site/menuDefault.png) center repeat-x;
}

.menuThesActive a:hover, .menuThesActive a {
font-weight: normal;
color: white;
background: url(../images/site/menuActive.png) center repeat-x;
}




.menuGalerie {
text-align: center;
}

.menuGalerie a {
width: 80px;
font-weight: bold;
color: #444;
padding: 1px 0;
display: block;
}

.menuGalerie a:hover {
font-weight: normal;
color: white;
background: url(../images/site/menuDefault.png) center repeat-x;
}

.menuGalerieActive a:hover, .menuGalerieActive a {
font-weight: normal;
color: white;
background: url(../images/site/menuActive.png) center repeat-x;
}

