.MENU_tabla
{
	border: 0px;
	background-image: url(/imas/rojo.png);
}
.MENU_TreeNode
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family:Arial;
	text-decoration: none;
	background-position: center bottom;
	background-image: url(/imas/sep_menu.png);
	background-repeat: no-repeat;
	padding-bottom:10px;
	padding-left:10px;
}
.MENU_TreeNode a
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family:Arial;
	text-decoration: none;
	cursor:pointer;
}
.MENU_TreeNode a:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ffc600;
	font-family:Arial;
	text-decoration: none;
}
.MENU_ChildNode
{
	padding-left:20px;
	font-weight: normal;
	font-size: 11px;
	color: #ffc600;
	font-family:Arial;
	text-decoration: none;
	line-height:20px;
}
.MENU_ChildNode a
{
	font-weight: normal;
	font-size: 11px;
	color: #ffc600;
	font-family:Arial;
	text-decoration: none;
}
.MENU_ChildNode a:hover
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family:Arial;
	text-decoration: none;
}
.hidemenu
{
	display: none;
}
/* no utilitzat de moment
.TreeViewHeader
{
}*/

/* caracteristicas generals des marc i fons: utlitzat*/
.TreeView
{
}
/*no utlitzat*/
.TreeViewMargin
{
}
/*Estil que definex cada node :utilitzat en general*/
.TreeNode
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family:Arial;
	text-decoration: none;
	margin-left: 15px;
	cursor: pointer;
	padding-bottom: 10px;
}
/* celda des items en general:utilitzats*/
.TreeNodeRow
{
	background-position: center bottom;
	background-image: url(/imas/sep_menu.png);
	background-repeat: no-repeat;
}
/* Estil que definex cada node on hover :utilitzat en general*/
.HoverTreeNode
{
	background-position: center bottom;
	background-image: url(/imas/sep_menu2.png);
	background-repeat: no-repeat;
}

.SelecTreeNode
{
	background-position: center bottom;
	background-image: url(/imas/sep_menu2.png);
	background-repeat: no-repeat;
}
/* Estil que definex cada childnode  :utilitzat en general*/

.TreeChildNode
{
	font-weight: normal;
	font-size: 11px;
	color: #ffff99;
	font-family:Arial;
	text-decoration: none;
	cursor: pointer;
	padding-left: 15px;
	padding-bottom: 10px;
}
.TreesubChildNode
{
	font-weight: normal;
	font-size: 11px;
	color: #ffffdd;
	font-family:Arial;
	text-decoration: none;
	cursor: pointer;
	margin-left: 15px;
	padding-bottom: 10px;
}