/* ######### Wire Frame Menu CSS ######### */
    
.wireframemenu{
font-family: Verdana, Geneva, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: bold;
font-variant: normal;
color: #FFFFFF;
width: 100%;
border: none;
border-width: 0px 0;
background: #627777;
text-decoration: none;
}

.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 value to "left", "center", or "right"*/
 background: #627777;
}

.wireframemenu ul li{
display: inline;
}

.wireframemenu ul li a{
color: #fffff;
padding: 8px 8px 8px 12.2px;
margin: 0;
text-decoration: none;
border-left: 0px solid white;
float: center;

}

.wireframemenu ul li a:hover, .wireframemenu ul li a.selected{
background: #94A7A7; /*background of tabs for hover state */
text-decoration: none;
}	
}
