.wireframemenu{
border: 1px solid #FFFFFF;
background-color: #00663B;
border-bottom-width: 0;
width: 145px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 145px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 10px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FDFDFD;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.wireframemenu a:visited{
color: #EBB90C;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}