.wireframemenu {
	border-top: 1px solid #51a2fa;
	border-right: 1px solid #51a2fa;
	background-color: #304195;
	width: auto;
	color: #ffffff;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	text-align: right;
	list-style-type: none;
	color: #ffffff;
}
.wireframemenu a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 20px;
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #51a2fa;
}
.wireframemenu a:visited {
	color: #51a2fa;
}
html>body .wireframemenu a {
	width: auto;
}
.wireframemenu a:hover {
	background-color: #272425;
	color: #ffffff;
}
.target {
	background-color: #272425;
	border-bottom: 1px solid #51a2fa;
}