
.wireframeauramenu{
font-weight: bold;
font-size: 1.05em;
line-height: 35px;
padding: 0 0 20px;
width: 100%;
}

.wireframeauramenu ul{
border: 0px solid #BBB;
padding: 5px 0 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: 1px 12px 1px 6px;
margin: 10;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
border-bottom: 1px dashed #BBB;
}

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

</style>
