/*Menu Style Sheet*/


.wireframemenu{
border-bottom-width: 0;
width: 275px;
}

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

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: normal 16px Georgia;
padding: 3px 2px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
}

.wireframemenu a:visited{
color: #ffffff;
text-decoration: none;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover, .wireframemenu li .current {
color: #db0069;
text-decoration: none;
}
