@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: 0;
	margin-left: 0;
	margin-top: 3px;
}

.wireframeauramenu ul li{
	display: inline;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.wireframeauramenu ul li a{
	color: #4B712C;
	padding: 4px 10px 0px 6px;
	margin: 0;
	text-decoration: none;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #A29647;
	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: black;
	background: transparent url(images/menuSplat2.jpg) no-repeat left top; /*background of menu item onMouseover*/
	-moz-border-radius-bottomright: none;
}

</style>
