.wireframemenu{
	/*border: 1px solid #C0C0C0;*/
	/*background-color: white;*/
	border-bottom-width: 0;
	width: 193px;
	margin-left: 24px;
	margin-top: 20px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 185px;

}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 14px Arial;
padding: 2px 2px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
border-bottom: 1px solid #f1eace;
}

.wireframemenu a:visited{
color: #ffffff;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #f1eace;
color: #660032;
}
