  	
.wireframemenu{
border: 0px solid #C0C0C0;
background-color: transparent;
border-bottom-width: 1px;
width: 144px;
position: fixed;
z-index:100;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 136px;
}

.wireframemenu ul{
padding: 0;
margin: 5px;
list-style-type: none;
text-align: left;
}

.wireframemenu a{
font: bold 13px Verdana, Arial, Helvetica, sans-serif;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FF8000;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #FF8000;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}
 	  