﻿#header_menu ul, #header_menu ul li
{
	list-style: none;
	list-style-image:none;
}
/*PRIMERA CAPA*/
#header_menu ul
{
	margin: 0 0 0 220px;
	padding: 10px 0 0 0;
	display: block;
}
#header_menu ul li
{
	display: block;
	float: left;
	padding: 0;
	background: url(img/bgLiMenu.gif) no-repeat left;
	line-height: 35px;
}
#header_menu ul li.first
{
	background: none;
}
#header_menu ul li a
{
	display: block;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
}
#header_menu ul li:hover a
{
	color: #000;
	background: #ededed;
}
/*RESTO CAPAS*/
#header_menu ul ul
{
	margin: 0;
	padding: 0 0 6px 0;
	position: absolute;
	margin-top: 35px;
	display: none;
	background: url(img/menu-bottom.gif) repeat-x bottom #ededed;
}
#header_menu ul ul ul
{
	margin-top:-1px;
	margin-left:10px;
}
#header_menu ul ul li, #header_menu ul ul li.first
{
	float: none;
	background: none;
	line-height: normal;
	padding: 0 10px;
	line-height:20px;
	background: url(img/menu-right.gif) repeat-y right #ededed;
}

#header_menu ul ul li a
{
	display: inline;
	padding: 0;
	margin-right:10px;
}
/*OCULTAR Y MOSTAR MENU*/

#header_menu ul li:hover ul ul
{
	display: none;
}

#header_menu ul li:hover ul
{
	display: block;
}
