/* CSS Document */
<style type="text/css">
	
	/* hide from ie on mac \*/
	html {
	height: 100%;
	overflow: hidden;
	vertical-align: top;
	background-color: #ffffff;
	}
	

	/* end hide */

	body {
	height: 100%;
	margin: 0px 0 0 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #999999;
	position: relative;
	font-size: 8pt;
	}

	a:link {
		color: #999999;
	}
	a:hover {
		color: #000000;
	}
	a:visited {
		color: #000000;
	}
	.wireframemenu{
	border-bottom-width: thin;
	width: auto;
	float: left;
}

* html .wireframemenu{
	width: 140px;
	float: left;
	color: #FF0000;
	height: 660px;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-position: left top;
	line-height: 10px;
	float: left;
	color: #000000;
}

.wireframemenu a{
	font: 10px/20px Verdana;
	padding: 1px;
	display: block;
	width: auto;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	text-transform: capitalize;
}

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

.wireframemenu a:hover{
	color: #FF66FF;
	vertical-align: top;
</style>
.logo {
	vertical-align: top;
	float: left;
}
		
