.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 170px;
}

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

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

.wireframemenu a{
font-size:13px;
border-bottom: 1px dotted #CCCCCC;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: black;
text-decoration: none;
}

.wireframemenu a:visited{
color: black;
}

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

.wireframemenu a:hover{
background-color: #999999;
color: black;
}