
.wireframemenu{
border: 0px;
background-color: white;
border-bottom-width: 0;
width: 169px;
padding-left:8px;
}

.wireframemenu_mission{
border: 0px;
background-color: white;
border-bottom-width: 0;
width: 169px;

}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 162px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px arial;
padding: 4px 6px;
display: block;
width: 162px; /*Define width for IE6's sake*/
color: #024d8e;
text-decoration: none;
background-image:url(/cms/carnivalfoundation/images/tab_bg.gif);
background-repeat:no-repeat;
border-bottom: 1px solid #FFFFFF;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:visited{
color: #024d8e;
text-decoration: none;
}

.wireframemenu a:hover{
color: #dc1c41;
text-decoration: none;
}

.wireframemenu a:active{
color: dc1c41;
text-decoration: none;
}

.wireframemenu a:selected{
color: #dc1c41;
text-decoration: none;
}




