/********************* CLASES PROPIAS ************************/
.treeview ul
{
	padding:0px;
	margin:0px;

	width:216px;
	position:relative;
	float:left;
	display:inline;

}

.treeview li.submenu
{
	width:216px;
		
	cursor: hand;
	cursor:pointer;

	background-color:#454545;
	color:#ffffff;
	
	position:relative;
	float:left;
	display:inline;
	
	line-height:22px;
	font-size:12px;
	font-weight:700;
	
	border-top:1px solid #fff;

}

/*dj 25/05/2010*/
/*.treeview li.submenu2
{
	width:216px;
		
	cursor: hand;
	cursor:pointer;

	
	background-color:#eee;
	color:#454545;

	position:relative;
	float:left;
	display:inline;
}*/
.treeview li.submenu2
{
    padding-left:10px;
	width:216px;
		
	cursor: hand;
	cursor:pointer;

	
	background-color:#999;
	color:#fff;

	position:relative;
	float:left;
	display:inline;
}

.treeview li.hoja
{
    padding-left:10px;
	width:216px;
		
    cursor:default;
	/*cursor: hand;
	cursor:pointer;*/

	background-color:#ffffff;
	color:#454545;

	position:relative;
	float:left;
	display:inline;
	
	font-weight:500;
}

.treeview li.hoja2
{
    padding-left:28px;
	width:216px;
		
    cursor:default;
	/*cursor: hand;
	cursor:pointer;*/

	background-color:#ffffff;
	color:#454545;

	position:relative;
	float:left;
	display:inline;
	
	font-weight:500;
}