/*Главный модуль меню*/
.accordeon{
		font-size:15px;width:220px;
		BACKGROUND-IMAGE: url(../../img/menu_bg.png); 
	    BACKGROUND-REPEAT: repeat-y;
	    BACKGROUND-POSITION:left top;
}
.accordeon img{padding:0px;margin:0px;}
.root {
	padding-left: 25px;
	line-height:130%;
	background:url(sys/menu-col.gif) 8px 9px no-repeat;
}
.root a{font-size:11px;font-weight:bold;}
.leaf {
	padding-left: 20px;
	line-height:130%;
	background: url(sys/menu-lea.gif) 3px 9px no-repeat;
}
.leaf a{font-size:10px;}
.tree {
	padding-left: 15px;
}
/*Главный модуль меню*/