
.wireframeauramenu{
font-weight: bold;
font-size: 100%;
width: 100%;
}

.wireframeauramenu ul{

padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}


.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(lightred.gif) center center no-repeat; /*background of menu item onMouseover*/
}
.wirechildmenu{
font-weight: bold;
font-size: 100%;
width: 100%;
}

.wirechildmenu ul{

padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wirechildmenu ul li{
display: inline;
}


.wirechildmenu ul li a:hover{
color: black;
background: transparent url(lightgreen.gif) center center no-repeat; /*background of menu item onMouseover*/
}
