@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframeauramenu{
	font-weight: bold;
	font-size: 9px;
	width: 100%;
}

.wireframeauramenu ul{
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
	color: #FFFFFF;
	padding: 6px 12px 6px 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px dashed #BBB; /*right border between menu items*/
	font-size: 9px;
	font-weight: bold;
}

.wireframeauramenu ul li a:hover{
	color: #FFCC00; /*background of menu item onMouseover*/
	background-color: transparent;
	text-decoration: underline;
}
