
.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-image: none;
list-style-type: none;
font: bold 13px Verdana;
width: 203px; /* Main Menu Item widths */
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
overflow: auto; /*force hasLayout in IE7 */
display : block; 
padding : 8px 0px 9px 38px; 
text-decoration : none; 
font-size : 10px; 
font-weight : normal;
font-family : tahoma,verdana,helvetica;; 
color : #663333; 
text-align : left;
margin-bottom : 0px; 
background-image : url(img/b1.gif);
background-repeat : no-repeat;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-image : url(img/b1.gif);
}

.sidebarmenu ul li a:visited{
overflow: auto; /*force hasLayout in IE7 */
display : block; 
padding : 8px 0px 9px 38px; 
text-decoration : none; 
font-size : 10px; 
font-weight : normal;
font-family : tahoma,verdana,helvetica;; 
color : #663333; 
text-align : left;
margin-bottom : 0px; 
background-image : url(img/b1.gif);
background-repeat : no-repeat;
}

.sidebarmenu ul li a:hover{
  color : #cc6633;
	TEXT-DECORATION: none;
	background-image : url(img/b2.gif);	
}

/*Sub level menu items */
.sidebarmenu ul li ul{
list-style-image: none;
list-style-type: none;
position: absolute;
width: 210px; /*Sub Menu Items width */
top: -1;
left: 1;
visibility: hidden;
border-bottom: 1px solid #e4dece;
border-right: 1px solid #e4dece;
border-top: 1px solid #e4dece;
background-image : url(img/b2.gif);
}

.sidebarmenu a.subfolderstyle{
/*background: url(right.gif) no-repeat 97% 50%;*/
background-image : url(img/b2.gif);	
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

