/* Dropdown menu Products */
#menuProducts {
	margin-top: 13px;
	width: 100%;
	background: transparent;
	float: left }

	#menuProducts ul {
		list-style: none;
		width: 216px;
		margin-right: 5px;	/* Separacion entre menus */
		float: left	}

	#menuProducts a {
		display: block;
		height: 30px;	/* 30 px mas 0px de separacion entre items */
		text-indent: -9000px }

	/* Items */
	#menuProducts a#item1 { background: transparent url(../img/dropdown_es/item1.gif) top left no-repeat }
	    #menuProducts a#item1_1_n { background: transparent url(../img/dropdown_es/item1_1_n.gif) top left no-repeat }
	    #menuProducts a#item1_2_n { background: transparent url(../img/dropdown_es/item1_2_n.gif) top left no-repeat }
	    #menuProducts a#item1_3_n { background: transparent url(../img/dropdown_es/item1_3_n.gif) top left no-repeat }
    	#menuProducts a#item1_4_n { background: transparent url(../img/dropdown_es/item1_4_n.gif) top left no-repeat }		
		#menuProducts a#item1_5_n { background: transparent url(../img/dropdown_es/item1_5_n.gif) top left no-repeat }		
		#menuProducts a#item1_3 { background: transparent url(../img/dropdown_es/item1_3.gif) top left no-repeat }		
		#menuProducts a#item1_4 { background: transparent url(../img/dropdown_es/item1_4.gif) top left no-repeat }		
		#menuProducts a#item1_5 { background: transparent url(../img/dropdown_es/item1_5.gif) top left no-repeat }		
	#menuProducts a#item2 { background: transparent url(../img/dropdown_es/item2.gif) top left no-repeat }
		#menuProducts a#item2_1 { background: transparent url(../img/dropdown_es/item2_1.gif) top left no-repeat }		
		#menuProducts a#item2_2 { background: transparent url(../img/dropdown_es/item2_2.gif) top left no-repeat }		
		#menuProducts a#item2_3 { background: transparent url(../img/dropdown_es/item2_3.gif) top left no-repeat }		
		#menuProducts a#item2_4 { background: transparent url(../img/dropdown_es/item2_4.gif) top left no-repeat }		
	#menuProducts a#item3 { background: transparent url(../img/dropdown_es/item3.gif) top left no-repeat }		
		#menuProducts a#item3_1 { background: transparent url(../img/dropdown_es/item3_1.gif) top left no-repeat }		
		#menuProducts a#item3_2 { background: transparent url(../img/dropdown_es/item3_2.gif) top left no-repeat }		
		#menuProducts a#item3_3 { background: transparent url(../img/dropdown_es/item3_3.gif) top left no-repeat }	
		#menuProducts a#item3_4 { background: transparent url(../img/dropdown_es/item3_4.gif) top left no-repeat }		
		#menuProducts a#item3_5 { background: transparent url(../img/dropdown_es/item3_5.gif) top left no-repeat }		
		#menuProducts a#item3_6 { background: transparent url(../img/dropdown_es/item3_6.gif) top left no-repeat }	
		#menuProducts a#item3_7 { background: transparent url(../img/dropdown_es/item3_7.gif) top left no-repeat }
		#menuProducts a#item3_8 { background: transparent url(../img/dropdown_es/item3_8.gif) top left no-repeat }	

	#menuProducts a#item1:hover, #menuProducts a#item2:hover, #menuProducts a#item3:hover,
	#menuProducts a#item1_1_n:hover, #menuProducts a#item1_2_n:hover, #menuProducts a#item1_3_n:hover, #menuProducts a#item1_4_n:hover, #menuProducts a#item1_5_n:hover, #menuProducts a#item1_3:hover, #menuProducts a#item1_4:hover, #menuProducts a#item1_5:hover,
	#menuProducts a#item2_1:hover, #menuProducts a#item2_2:hover, #menuProducts a#item2_3:hover, #menuProducts a#item2_4:hover,
	#menuProducts a#item3_1:hover, #menuProducts a#item3_2:hover, #menuProducts a#item3_3:hover, #menuProducts a#item3_4:hover, #menuProducts a#item3_5:hover, #menuProducts a#item3_6:hover, #menuProducts a#item3_7:hover, #menuProducts a#item3_8:hover {
		background-position: -216px 0 }


	/* Positioning the Dropdown Menus */
	/* The position: relative; on the <li> elements establish containing blocks for the descendant <ul> elements. */
	#menuProducts li { position: relative }
	
	/* All secondary levels and deeper are given position: absolute; and a high z-index in order to make them appear, drop down above following content. */
	#menuProducts ul ul {
		position: absolute;
		z-index: 500 }

	/* Hiding and Revealing using :hover */
	div#menuProducts ul ul { display: none }
	div#menuProducts ul li:hover ul { display: block }