@charset "UTF-8";

/* CSS Document */



<style type="text/css">



.wireframeauramenu{

font-weight: bold;

font-size: 90%;

width: 100%;

}



.wireframeauramenu ul{

	padding: 0px 0;

	text-align: left; /*set value to "left", "center", or "right"*/

	overflow: hidden;

	vertical-align: 0%;

	margin-right: 0;

	margin-bottom: 24;

	margin-left: 0;

	margin-top: 8px;

}



.wireframeauramenu ul li{

	display: inline;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

}



.wireframeauramenu ul li a{

	color: #FFF;

	padding: 0px 10px 0px 6px;

	margin: 0;

	text-decoration: none;

	border-left-width: 2px;

	border-left-style: dotted;

	border-left-color: #CCC;

	border-top-width: 0px;

	border-right-width: 0px;

	border-bottom-width: 0px;

	-moz-border-right-colors: none;

	-moz-border-top-colors: none;

	font-size: 13px;

	font-family: Arial, Helvetica, sans-serif;

	height: 12px;

	vertical-align: text-top;

}



.wireframeauramenu ul li a:hover{

	color: #FAC41C;

	background: transparent no-repeat left top; /*background of menu item onMouseover*/

	-moz-border-radius-bottomright: none;

	font-style: normal;

}



</style>


