Procurar pelo código abaixo no seu html e acrescentar ACIMA DELE o que estiver em azul.
#Label1 ul li{
float: left;
width: 45%; {90, se quiser uma coluna}
font-family: 'Dosis', sans-serif; {Fonte, se preferir troque}
text-transform: uppercase; {Letras em maiúsculo, se não quiser apague a linha}
font-size: 16px;
background: #fff;
border-bottom: 2px solid #ccc;
margin: 5px;
font-weight: normal;
list-style-type:none;
}
#Label1 ul li:hover{
background: #EAEAEA; {Fundo hover}
border-bottom: 2px solid #FF51A8; {Borda de baixo do marcador hover}
}
]]></b:skin>