#menu a {
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
}
#menu dt {
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#menu h3 {
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#menu li {
	color: #FFFFFF;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	padding-left: 10px;
	margin-bottom: 10px;
}
#menu a:hover {text-decoration:underline;}

#menu a.lbl_active2{text-transform:none;text-decoration:underline;}
#menu a.lbl_inactive2{text-transform:none;}

/*-------------------------------------------*/
a.img_level1_active_open{background:url(../img/fleche-menu-open.png) no-repeat 0 3px;}
a.img_level1_active_closed{background:url(../img/fleche-menu-closed.png) no-repeat 2px 3px;}
a.img_level1_inactive_open{background:url(../img/fleche-menu-open.png) no-repeat 0 3px;}
a.img_level1_inactive_closed{background:url(../img/fleche-menu-closed.png) no-repeat 2px 3px;}

/*-------------------------------------------*/

#menu a.img_level2_active_open{
	background-image: url(../img/fleche-menu-closed.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#menu a.img_level2_active_closed{background: url(../img/fleche-menu-l2.png) no-repeat 0 3px;}
#menu a.img_level2_inactive_open{background: url(../img/fleche-menu-closed.png) no-repeat 0 3px;}
#menu a.img_level2_inactive_closed{background: url(../img/fleche-menu-l2.png) no-repeat 0 3px;}

/*-------------------------------------------*/

.img_level3_active_open{background: url(../img/fleche-menu-l3-open.gif) no-repeat center top;}
.img_level3_active_closed{background: url(../img/fleche-menu-l3-closed.gif) no-repeat center top;}
.img_level3_inactive_open{background: url(../img/fleche-menu-l3-open.gif) no-repeat center top;}
.img_level3_inactive_closed{background: url(../img/fleche-menu-l3-closed.gif) no-repeat center top;}
