.menu{
font: 11px arial;
padding: 10px 0 20px 0;
margin: 0;
width: 100%;
background-color: #fff;
background-image:url(../img/bgmenu.jpg);
background-repeat: repeat-x;
text-align: center;
}

.menu li{
list-style: none;
display: inline;
}

.menu li a{
padding: 1px 3px;
text-decoration: none;
color: black;
background-color: #dee7e7;
border: 1px solid #bdc6ce;
}

.menu li a:hover{
color: #fff;
background-color: #759ec3;
border-style: outset;
}

html>body .menu li a:active{
border-style: inset;
}

