#nav	{
		width: 190px;
		margin: 0;
		padding: 0;
		list-style: none;
		background: url(../../images/menu1.gif) left top repeat-y;
		padding:10px 0px 10px 5px;
		border:0px;		
		list-style-type: none;
		font-weight: bold;
		text-align: left;

		}
#nav a{color: #000; font-size:12px; height: 28px;} #nav a:hover{color: #028042; font-weight:bold;}		

ul li  {position:relative; 
		width:190px; 
		background-position: bottom;
		background-repeat:no-repeat;
		z-index:9;
		}
ul li a {display: block;
		 height: 20px;
         text-decoration: none;
		 color: #777;
		 padding: 0px 5px 0px 0px;
		 font-family:Arial, Helvetica, sans-serif;
		 }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%;}
/* End */
ul li a:hover { color: #E2144A; } /* Hover Styles */
ul ul {	position:absolute;
		width:175px;
		display:none;
		left: 158px; /* Set 1px less than menu width */
		top: 0;
		background:url(../../images/menu_sub_top.gif) 0 top no-repeat;
		padding: 20px 0px 6px 28px;
		list-style: none;
		z-index:100;
		}
li ul li { 
	
	background: url(../../images/fd_sub_menu.gif) -1px top repeat-y;
	} /* Sub Menu Styles */

li ul li.final { 
	height:20px;
	background: url(../../images/fd_sub_menu_final.gif) -1px top repeat-y;
	} /* Sub Menu Styles */

		
li ul li a { 
	
	padding:0 0 0 20px;
	} /* Sub Menu Styles */
li:hover ul ul, li.over ul ul { display:none; }
li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

/*
#nav ul {
	list-style-type: none;
	font-size: 12px;
	width: 190px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	border:0px;	
	background-image: url(../../images/menu1.gif);
	background-repeat: repeat-y;
	border:0px;
}

#nav ul ul{display:none;}

#nav li
{
	background-image:none;
	height:auto;
	border:0px;
	padding-left: 30px;
	padding-top: 5px;
}
#nav a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	border:0px;
	color: #000000;
	height: 28px;
}
#nav a:hover
{
	color: #1e9dd2;
}
#nav .categoria {
	background-image: url(../../images/menu2.gif);
	background-repeat: repeat-y;
	border:0px;
	width: 190px;
}

.subnav ul {
	margin: -2px 0 0 163px;
	_margin: -34px 0 0 71px;
	width: 205px;
	text-transform: capitalize;
	font-weight: bold;
	text-align: left;
	background-image: url(../../images/menu_sub_base.gif);
	background-repeat: repeat-y;
	border:0px;
	background-position: bottom;
	padding-bottom: 20px;
	list-style-type: none;
	font-size: 12px;
}

.subnav a
{
	border:0px;
	display: block;
	color: #000000;
	height: 28px;
	margin-left: 46px;
	text-decoration: none;
}
.subnav a:hover
{
	color: #1e9dd2;
}
*/