.wireframemenu {
	position: relative;
	top: 130px;
	width: auto;
	color: #000000;
}
.wireframemenu ul {
	padding: 0;
	margin: 0;
	text-align: right;
	list-style-type: none;
	color: #006da7;
}
.wireframemenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 20px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background-attachment: scroll;
	background-image: url(../images/navback.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}.wireframemenu a:visited {
	color: #000000;
}
html>body .wireframemenu a {
	width: auto;
}
.wireframemenu a:hover {
	background-color: #5b2674;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/navback_h.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.wireframemenu li a.selected {
	background-color: #5b2674;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/navback_h.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.wireframemenu2 {
	position: relative;
	top: 130px;
	width: auto;
	color: #000000;
}
.wireframemenu2 ul {
	padding: 0;
	margin: 0;
	text-align: right;
	list-style-type: none;
	color: #006da7;
}
.wireframemenu2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 20px;
	display: block;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
	background-attachment: scroll;
	background-image: url(../images/navback2.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.wireframemenu2 a:visited {
	color: #000000;
}
html>body .wireframemenu2 a {
	width: auto;
}
.wireframemenu2 a:hover {
	background-color: #5b2674;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/navback_h2.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
.wireframemenu2 li a.selected {
	background-color: #5b2674;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(../images/navback_h2.jpg);
	background-repeat: repeat-y;
	background-position: right top;	
}
