@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.clr01{clear:both; height:0;
_display:none \9;}
div.ff{
	float:left; /*ff*/
	
	}

.sidebarmenu ul{
margin: 0;
padding: 0;
width:155px;
list-style-type: none;
height:239px;



}
 
.sidebarmenu ul li{
position: relative;
width:107px;
padding:0;
margin:0;


}



/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width /**/: 130px; /*Sub Menu Items width */
_width:120px \9;
top: 0;
visibility: hidden;
border:1px solid #CCC;
background:#fff;
padding:2px;
margin:0;
margin-left /**/:48px;
height:auto;
}
.sidebarmenu ul li ul li{
	
	width:107px;
	background-color: #CCC;
	background:url(../../front/images/menubk.gif);
	padding:2px 8px 2px 16px;
	margin:2px 0;
	border-bottom:1px solid #c4c4c4;
	color:#ffffff;
	}
.sidebarmenu ul li ul li:hover{ width:90px;
	background-color: #3055E9;
	background:url(../../front/images/menubk01.gif);
	padding:2px 0px 2px 32px;
	margin:2px 0;
	border-bottom:0px solid #c4c4c4;
	color:#333}
.sidebarmenu a.subfolderstyle{
background: url(right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */




