div#wrapper div#sidebar {width:225px;}

*Product Menu*/

.servicemenu{
border: 1px solid #C0C0C0;
background-color: #090909;
border-bottom-width: 0;
width: 201px;
margin-top:0px;
}

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

.servicemenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.servicemenu a{
font-weight: bold;
font-size:12px;
padding: 12px;
display: block;
width: 201px; /*Define width for IE6's sake*/
color:#fff;
text-decoration: none;
border-bottom: 1px solid #3d1e1a;
background:#290D09;
}

.servicemenu li a.active {background:#225100; border-bottom:1px solid #326c08;} 


}

html>body .servicemenu a{ /*Non IE rule*/
width: auto;
}

.servicemenu a:hover{
background-color: #225100;
color: #fff;
}
