<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #eeeeee;
background-color: white;
font-weight:bold;
border-bottom-width: 0;
width: 175px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 175px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 12px Trebuchet MS;
padding: 5px 5px;
display: inherit;
width: 175; /*Define width for IE6's sake*/
color: #333333;
font-weight:bold;
text-decoration: none;
border-bottom: 1px solid #B7D0E9;
border-top: 0px solid #B7D0E9;
}

.wireframemenu a:visited{
color: #42535B;
font-weight:bold;
text-decoration: none;
font: bold 12px Trebuchet MS;
}

.wireframemenu a:hover{
background-color: #42535B;
font-weight:bold;
color: #ffffff;
text-decoration:none;
}

</style>
