.wireframemenu{
	width: 180px;
	margin-left: 4px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 174px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom: 1px solid #C0C0C0;
	font-size: 11px;
	text-align: right;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	background-color: #ECECEC;
	color: black;
	text-decoration: none;
}
.wireframemenu li a.selected{
	background-color: #ECECEC;
	font-weight: bold;
	text-decoration: none;
}
