/* ######### Wire Frame Menu CSS ######### */
    
.wireframemenu{
height:29px;
/* background-color:#483f35;*/
font-size:16px;
width:100%;
}

.wireframemenu ul{
padding: 1px 0 1px 0; /*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"*/
}

.wireframemenu ul li{
display: inline;
}

.wireframemenu ul li a{
color:#828689;
padding: 1px 20px 1px 20px;
margin: 0;
text-decoration: none;
word-spacing:-2px;
border-left:1px solid grey;
}

.wireframemenu ul li a:hover, .wireframemenu ul li a.selected{
color:#4c8ec7;
}