.treeview{
	margin:0px;
	padding:0px;
	width:200px;
	min-height:200px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display:none;
	background-color:#fafafa;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin:0px;
	padding:0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style:none outside none;
	margin:0px;
	padding:0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(/PLANETEPATRIMOINE_WEB/template/images/puce1.png) no-repeat left 6px;
	cursor: pointer !important;
	text-transform: uppercase;
	font-size: 11px;
	font-weight:bold;
	padding-left: 14px;
	color:#000000;
	
}
.treeview li.submenu a{ /* Style for LI that contains sub lists (other ULs). */
	text-decoration : none;
	display:block;
	height:20px;
	text-decoration: none;
	font-size: 11px;
	font-weight:normal;
	text-transform: none;
	padding:0;
	margin:0;
	color:#000000;
}

.treeview li.submenu a:hover{ 
background-color:#EEEEEE;
}

.treeview li.submenu a.current{ 
/*background: url(/PLANETEPATRIMOINE_WEB/template/list.gif) no-repeat left 2px;*/
background-color:#eeeeee;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.treeview li.submenu ul li.submenu {
	font-size: 9px;
	color:#003399;
}

div.rubriqueMenu:hover{color:#FF8300;}