.parent_root {
	list-style:none;
	list-style-image: none;
	margin:0px 0px 0px 0px;
	padding: 0px;
	background-image:none;
	font-size:100%;
}
.child_root {
	padding:5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	list-style:none;
	list-style-image: none;
	background-image:none;
}

.parent {
	margin:0px;
	padding: 0px;
	background-image:url("../images/bar_v.gif");
	background-repeat:repeat-y;
	background-position: 0px;
	list-style:none;
	list-style-image: none;
	display:none;
	text-transform:none;
}
.child {
	margin:0px;
	padding: 3px 0px 2px 15px;
	background-image:url("../images/bar_h.gif");
	background-repeat:no-repeat;
	background-position:left top;
	list-style:none;
	list-style-image: none;
	font-weight:normal;
	text-transform:none;	
}
.child a,
.child_root a {
	padding: 0px 0px 0px 3px;
	text-transform:none;
	color:#990000;
	font-size:100%;
}

.expand_plus,
.expand_moins {
	background-repeat:no-repeat;
	background-position:center;	
	cursor:pointer;
	padding:0px;
	color:#990000;
	background-color:#999999;
	width:13px;
	height:13px;
	display:block;
	float:left;
	margin-top:1px;
	
}
.expand_plus { background-image:url("../images/plus.gif"); }
.expand_moins { background-image:url("../images/moins.gif"); }

.expand_plus:hover, 
.expand_moins:hover { background-color:#990000; }

.child .url_rub,
.child_root .url_rub {
	color:#333333;
	float:left;
	padding:0px 0px 0px 5px;
	margin:0px;
	background-image:none;
	font-size:100%;
}
.child_root .url_rub { font-weight:bold; }
.child .url_rub { font-weight:normal; }

.parent_root a:hover { color:#2C85D7; }

.child_root.end, .parent_root.end {	background-color:#FFFFFF; background-image:none; }
.end { background-color:#FFFFFF; background-image:url("../images/bar_h_end.gif"); margin:0px; padding-bottom:0px; }



