@charset "utf-8";
/* CSS Document */

.wireframeauramenu{
	font-weight: bold;
	font-size: 90%;
	width: 100%;
	background-color: #FFF;
}

.wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
	color: #333; /*background of menu item onMouseover*/
	background-color: transparent;
	background-image: url(images/pinkPaws.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

