#menu {
list-style: none;
padding: 0;
margin: 0;
width: 502px;
height: 150px;
position: relative;
}
#menu a {
display: block;
text-indent: -900%;
position: absolute;
outline: none;
}
#menu a:hover {
background-position: left bottom;
}
#menu a:hover span {
display: block;
}
#menu .members {
width: 275px;
height: 50px;
background: url(../image/buttons/mem.png) no-repeat;
left: 17%;
top: 11px;
}
#menu .archs {
width: 172px;
height: 46px;
background: url(../image/buttons/archs.png) no-repeat;
left: 10%;
top:62px;
}
#menu .friendly {
width: 172px;
height: 46px;
background: url(../image/buttons/friend.png) no-repeat;
left: 44%;
top: 62px;
}
#menu .eng {
width: 86px;
height: 45px;
background: url(../image/buttons/eng.png) no-repeat;
left: 70%;
top: -419px;
}
#menu .rus {
width: 86px;
height: 45px;
background: url(../image/buttons/rus.png) no-repeat;
left: 50%;
top: -419px;
}
