.menu ul{
font: 18px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.menu ul li{
list-style: none;
display: inline;
}

.menu ul li a{
padding: 2px 0.5em;
text-decoration: none;
font-family: Tahoma;
float: left;
color: white;
background-color: black;
border: 2px solid gray;
width: 76px;
}

.menu ul li a:hover{
color: gray;
background-color: White;
border-style: outset;
}

html>body .menu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}