
	
	#dhtmlgoodies_menu img{border:0px;}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{display:none;	/* Needed to display ok in Opera */
	}
	
	
	
	#dhtmlgoodies_menu ul li {height:18px;}
	
	#dhtmlgoodies_menu{
		top:0xp; 
		visibility:hidden;	
		width:595px; 
		height:24px; 
		margin:0; padding:0;  
		margin-left:0px; 
		margin-right:30px;
		margin-top:-2px; 
		color:white;
		
		z-index:9000;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
		margin-bottom:4px;
		/*float:right; NO COLOCAR */
		color:white;
		z-index:9000;
		
		
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
		width:119px; 
		height:21px; margin:0; padding:0;
		color:white;
		z-index:90000;
		 
		
	}	
	.datos {cursor:pointer;margin:0; padding:0; background: url(/dropdownmenu/images/mnu_datos.gif) no-repeat; height:21px; width:119px; }
	.pines { cursor:pointer;margin:0; padding:0; background: url(/dropdownmenu/images/mnu_saldo.gif) no-repeat; height:21px; width:119px;}
	.servicios { cursor:pointer;margin:0; padding:0; background: url(/dropdownmenu/images/mnu_servicios.gif) no-repeat; height:21px; width:119px;}
	.historial { cursor:pointer;margin:0; padding:0; background: url(/dropdownmenu/images/mnu_historial.gif) no-repeat; height:21px; width:119px;}
	
	#dhtmlgoodies_menu li span{ display:none; }
	#dhtmlgoodies_menu a{
		color:white;
		margin:0px;
		padding:0px;
		z-index:90000;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{z-index:90000;
		padding:1px;  
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:0px solid #317082;	
		overflow:visible;
		z-index:90000;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		margin:0px;
		padding:0px;
		border:0px solid #555;
		margin-top:0px; margin-top:0px!important margin-top:3px; 
		color:white;
		z-index:90000;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{

		text-decoration:none;
		padding-left:0px;
		padding-right:0px;
		color:white;
		z-index:90000;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:0px;
		padding-right:0px;
		border:0px solid #f30;z-index:90000;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:0px;
		padding-right:0px;
		border:0px solid #afafaf;z-index:90000;
		cursor:pointer;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
	color:white;
		font-weight:bold;z-index:90000;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;z-index:90000;
		
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		background:#666; 
		border-bottom:1px solid #FFF; color:#CCC; z-index:90000; cursor:pointer;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#CCC;
		border-bottom:1px dotted #666; color:#333; z-index:90000;
		cursor:pointer;
	}	
	#dhtmlgoodies_menu .currentDepth2over a, a:visited{	/* Text rules */
		color:#333; z-index:90000;
	}	
		
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;z-index:90000;
	}
	#dhtmlgoodies_menu .currentDepth3over{
	 cursor:pointer;
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;z-index:90000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;z-index:90000;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;z-index:90000;
	}	

   