* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 242px;
height:25px;
}

.wireframemenu a{
background-color: #8E9601;
font: bold 11px Verdana;
display: block;
width: 242px; /*Define width for IE6's sake*/
height: 25px;
line-height: 25px;
color: #FFFFFF;
text-decoration: none;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
padding-left: 13px;
}

.wireframemenu a:visited{
background-color: #8E9601;
font: bold 11px Verdana;
display: block;
width: 242px; /*Define width for IE6's sake*/
line-height: 25px;
height: 25px;
color: #FFFFFF;
text-decoration: none;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
padding-left: 13px;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: 242px;
line-height: 25px;
background-color: #8E9601;
}

.wireframemenu a:hover{
background-color: #b3ab79;
color: #FFFFFF;
width:242px
line-height: 25px;
}
