@charset "utf-8";
@media screen, print { 
	/* Turn off list bullets */
	ul.mktree li { list-style: none; } 
	/* Control how "spaced out" the tree is */
	ul.mktree{ margin-left:0px; padding:0px; clear:left; width:190px;}
	ul.mktree ul { margin-left:0px; padding:0px; clear:left; }
	
	ul.mktree li { 
	margin-top:-1px;
	margin-left:0px;
	padding:0px; 
	clear:left; 
	width:97%; 
	padding-top:5px;
	padding-bottom:3px;
	height:auto;
	font-weight:bold;
	color:#006699;
	margin-left:0px; 
	padding-left:4px; 
	display:block;
	background-color:#FFFFFF;
	border:1px #D4E5EE solid;
	}
	
	ul.mktree li:hover { 
	margin-top:-1px;
	font-weight:bold;
	margin-left:0px; 
	padding:0px; 
	clear:left; 
	width:97%; 
	color: #0041A2;
	padding-top:5px;
	padding-bottom:3px;
	height:auto;
	margin-left:0px;
	padding-left:4px; 
	display:block; 
	background-image:url(../images/menu_arbol/over.jpg);
	background-repeat:repeat-x; 
	background-position:top;
	cursor:pointer;
	}
	

	
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 5px; clear:left;}
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; width:inherit; padding:0px;}
	ul.mktree  li.liClosed  ul { display: none; padding:0px;}
	
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../images/menu_arbol/arriba.gif)  center right no-repeat;}
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../images/menu_arbol/abajo.gif)  center right no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: pointer; background: url(bullet.gif) center left no-repeat; }

	/* Format menu items differently depending on what level of the tree they are in */
	ul.mktree  li { font-size: 8pt; z-index:2;}
	ul.mktree  li ul li { font-size: 8pt; z-index:4; }
	ul.mktree  li ul li ul li { font-size: 8pt; z-index:6; }
	ul.mktree  li ul li ul li ul li { font-size: 8pt; z-index:8; }
}


