<style type="text/css">


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

* html .wireframemenu{
	width: 159px;
	color: #0080FF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;




}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 1px solid #0080FF;
}

.wireframemenu a{
font: bold 11px Verdana;
padding: 4px 3px;
display: block;
width: 159px; /*Define width for IE6's sake*/
color: #0080FF;
text-decoration: none;
border-bottom: 1px solid #0080FF;
}

.wireframemenu a:visited{
color: #0080FF;
}

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

.wireframemenu a:hover{
	background: #0080FF;
	color: #FFFFFF;


}

</style>
