#leftColumn{
	width:181px;
	float:left;
	padding-left:1px;
	padding-right:2px;
}

/****************************************************************************************
* 	LAYOUT CSS FOR THE MENU
****************************************************************************************/
#dhtmlgoodies_listMenu {	/* Main menu items */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D5E5D;
	padding: 2px;
}
#dhtmlgoodies_listMenu a {	/* Main menu items */
	text-decoration:none;
	font-size: 12px; color: #5D5E5D; font-family: Arial, Helvetica, sans-serif; text-decoration: none
	/*font-weight:bold;*/

}


#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
	font-weight:normal;
}
#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
	font-weight:normal;		
}
#dhtmlgoodies_listMenu li{	/* Sub menu */
	padding:1px;
}

#dhtmlgoodies_listMenu .noSelection{	/* Sub menu */
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #5D5E5D;
	color: #5D5E5D;
}

a.noSelection{	/* Sub menu */
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #5D5E5D;
	color: #5D5E5D;
}


#dhtmlgoodies_listMenu .activeMenuLink img{
	border:'1px' 'none' '#ffffff'
}

#dhtmlgoodies_listMenu .slMenuItem_depth0{	/* Main menu items */
	color: #000;
	text-decoration:none;
	display:block;
	clear:both;
	width:181px;
	padding-left:2px;
	
}
#dhtmlgoodies_listMenu .slMenuItem_depth1{	/* Main menu items */	
	margin-top:1px;
	padding-bottom: 2px;
}
#dhtmlgoodies_listMenu .slMenuItem_depth1 label{
	cursor: pointer;
	border-bottom:1px solid #999999;
}
#dhtmlgoodies_listMenu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	padding-bottom: 2px;
}
#dhtmlgoodies_listMenu .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
	padding-bottom: 2px;
}
#dhtmlgoodies_listMenu .subItem {
	/*padding-left:20px;
	padding-right:10px;*/
}
#dhtmlgoodies_listMenu .subItem_depth2 {
	padding-left:10px;
	padding-right:10px;
}

/* No bullets */	
#dhtmlgoodies_listMenu li{
	list-style-type:none;
	/*background: white url(/imagesComun/masmenu.jpg) no-repeat left 1px;
	/*list-style-image: url(/imagesComun/masmenu.jpg);*/
	cursor: hand;
	cursor: pointer;
	padding-right:8px;
	padding-bottom:4px;
}

/* No margin and padding */
#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
	margin:0px;
	padding:0px;
}

/* Margin of sub menu items */
#dhtmlgoodies_listMenu ul{
	display:none;
	/*margin-left:1px;*/
}

ul.submenu{
	position: relative;
	top: 0;
	left: 1em;
	display: none;
}
#dhtmlgoodies_listMenu .menuItemImg{
	float:left; 
	position: relative;
	margin-top:3px;
	margin-left:2px;
	cursor: hand;
	cursor: pointer;
}
#dhtmlgoodies_listMenu .menuItemLink{
	margin-left:18px;
	cursor: hand;
	cursor: pointer;
}
#dhtmlgoodies_listMenu .menuItemLink2{
	margin-left:6px;
	cursor: hand;
	cursor: pointer;
}
#dhtmlgoodies_listMenu .li_Conback {
	background: #f2f2f2;
}

#dhtmlgoodies_listMenu .li_ConbackEspacio {
	background: #ffffff; 
	padding:0;
   margin:0;
}
