/* Start of CMSMS style sheet 'Menu' */
.wireframemenu{
background-color: white;
border-bottom-width: 0;
width: 175px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 169px;
}

.wireframemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
background: url(images/sidemap.jpg); 
}
.wireframemenu .spacer {
line-height: 5px;
margin: 0px; padding: 0px;
background: #ffffff;
}

.wireframemenu .bigspacer {
line-height: 15px;
margin: 0px; padding: 0px;
background: #ffffff;
}
.wireframemenu a{
font-size: 12px;
font-weight: bold;
padding: 5px 4px 5px 8px;
width: 162px; /*Define width for IE6's sake*/
display: block;
color: #393939;
text-decoration: none;
border: 1px solid #C0C0C0;
background: url(images/search-btn.gif) no-repeat 157px 6px;
height: 14px;
}
.wireframemenu a:visited{
color: #393939;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
background: url(images/search-btn-2.gif) no-repeat 157px 6px;
color: #ff0000;
border: 1px solid #909090;
}



#children ul {
/* list-style-type: none; */
margin: 20px 20px 20px 10px;
padding: 0px 0px 0px 20px;
}
#children li {
/* background: url(images/ul.gif) no-repeat 0px 6px; */
padding-left: 5px;
font-size: 13px;
margin: 4px;
font-weight: bold;

}
#children li a:hover {
color: #ff0000;
}
/* End of 'Menu' */

