.wireframemenu{
	border: 1px solid #C0C0C0;
	background-color: white;
	border-bottom-width: 0;
	width: 195px;
	margin-bottom: 20px;
	margin-top: 10px;
}

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

.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-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}

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

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

.wireframemenu a:hover{
	background-color: #D4EBFA;
	color: black;
}
