/* ######### Wire Frame Menu CSS ######### */
    
.wireframemenu{
border-left:0px solid white; border-right:0px solid white; border-top:1px solid white; border-bottom:1px solid white; font-weight: bold; font-family: arial;
font-size: 13px; width: 100%; background: #666666;

}

.wireframemenu ul{
/*1st and 3rd value should equal 1st and 3rd values of "padding" for link itself (see ul li a)*/
margin: 0;
text-align: center; //set; padding-left:0; padding-right:0; padding-top:6px; padding-bottom:6px
}

.wireframemenu ul li{
display: inline;
}

.wireframemenu ul li a{
color: #ffffff;
padding: 6px 7px 6px 7px;
margin: 0;
text-decoration: none;
border-left: 1px solid white;
}

.wireframemenu ul li a:hover, .wireframemenu ul li a.selected{
color: #ffff69; text-decoration: none; background: #000000;
}