
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.wireframemenu{
border: 0px solid #333333;
border-bottom-width: 0;

/*background-color: #666666; */


/*width: 156px;*/
padding: 0px;
text-align:left;


}

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

.wireframemenu ul{

padding: 0;
margin: 0;
font-family:Arial, Helvetica, sans-serif;
list-style-type: none;

}

.wireframemenu a{
font: none 12px Arial;
padding: 4px 3px;
padding-left: 15px;
display: block;
width: 100%; /*Define width for IE6's sake*/
color: #ffffff;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #cccccc;


}

.wireframemenu a:visited{
color: #000000;
font-weight:normal;

}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
color: #666666;
font-weight:normal;
text-decoration: none;
}

.wireframemenu a:hover{ 
background-color: #93B06D;
color: #ffffff;
font-weight:normal;
}

.menutitle{
font-size:18px;
font-weight: normal;
font-style: normal;
color: #000000;
/*border-bottom: 1px solid #333333; */

padding: 1px 0;
padding: 5px;
background-color: #ffffff ;
font-family: Georgia, "Times New Roman", Times, serif, Arial,"Times New Roman", Times, serif;
}


