.wireframemenu{
border-top: 1px solid #fff;
background-color: transparent;
width: 193px;
}

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

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

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

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

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

.wireframemenu a:hover{
background-color: #c6cce4;
color: #2245a6;
}