/* CSS Document */

.wireframeauramenu{
	font-weight: bold;
	font-size: 16px;
	width: 860px;
	text-transform:uppercase;
	padding-left: 140px;
	/*border: solid 1px #00FF33;*/
}
.wireframeauramenu ul{
	/*border: 1px solid #BBB;*/
	padding: 22px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu ul li{
	display: inline;
}

.wireframeauramenu ul li a{
	color:#ededed;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px dashed #BBB;*/ /*right border between menu items*/
	padding: 22px 38px 22px 28px;
	background: transparent url(../images/menu_background.gif) left center no-repeat; 
}

.wireframeauramenu ul li a:hover{
	color: white;
	background: transparent url(../images/menu_bgr_hoverat.gif) left center no-repeat; /*background of menu item onMouseover*/
}
