@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 1px solid #FFFFFF;
background-color: white;
border-bottom-width: 0;
width: 160px;
height: 12px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 160px;
height: 12px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 11px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}
}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #e4e4e4;
color: black;
}

</style>

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu-3{
border: 1px solid #C0C0C0;
background-color: white;
border-bottom-width: 0;
width: 160px;
height: 12px;
}

* html .wireframemenu-3{ /*IE only rule. Original menu width minus all left/right paddings */
width: 160px;
height: 12px;
}

.wireframemenu-3 ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.wireframemenu-3 a{
font: bold 11px Arial;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #FF0000;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.wireframemenu-3 a:visited{
color: #595959;
}

html>body .wireframemenu-1 a{ /*Non IE rule*/
width: auto;
}

.wireframemenu-3 a:hover{
background-color: #EAF5F1;
color: black;
}

</style>