.refmenu{
font: bold 16px Arial;
position: relative;
top: 0px;  
}

.refmenu ul{
list-style: none;
border-bottom: 1px 0;
padding: 0;
margin: 0;

}

.refmenu ul li{
line-height: 32px;
text-align: center;
width: 221px;
background: black url(../Images/B02.png) center center repeat-x;
}

.refmenu ul li a{
text-decoration: none;
display: block;
color: white; /*text color*/
text-decoration: none;
}

.refmenu  ul li .current{
color: white  !important; /*text color of selected and active item*/
background: black url(../Images/B02A.png) center center repeat-x;
}

.refmenu ul li a:hover{

color: white  !important; /*text color of selected and active item*/
background: black url(../Images/B02A.png) center center repeat-x;
}