<style type="text/css">

.wireframemenu{
border: 1px solid #ffffff;
background-color: white;
border-bottom-width: 0;
width: 150px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 140px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
background-color:#044ea3;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

.wireframemenu a:visited{
color: #ffffff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #251f65;
color: #ffffff;
}

</style>