.wireframemenu{
	width: 190px;
	margin-left: 4px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 180px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #FCEF03;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	padding-top: 15px;
	padding-right: 3px;
	padding-bottom: 15px;
	padding-left: 3px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

.wireframemenu a:visited{
	color: #FFFFFF;
}

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

.wireframemenu a:hover{
	background-color: #00AFEE;
	color: #FFFFFF;
	text-decoration: none;
}
.wireframemenu li a.selected{
	background-color: #A5B221;
	font-weight: bold;
	text-decoration: none;
}
