/* Start of CMSMS style sheet 'Living-Light Blog Menu' */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
//border: 1px solid #C0C0C0;
//background-color: white;
border-bottom-width: 0;
width: 235px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 235px;
}

.wireframemenu ul{
padding: 5px 0px 0px 0px;
margin: 0;
list-style-type: none;
}

.wireframemenu a{
font: bold 13px Verdana;
padding: 4px 3px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #666666;
text-decoration: none;
border-bottom: 1px solid #C0C0C0;
}

.wireframemenu a:visited{
color: #666666;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background-color: #F8FBBD;
color: black;
}

/* End of 'Living-Light Blog Menu' */

