.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
background-image: url(bgtb1.jpg);
border: 2px ridge #ee82ee;
border-style: ridge;
border-collapse: separate; 
}

.hovermenu ul li a:hover{
background-color: #E9E9E9;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}