/*table#nav { background: url(../images/menu.jpg) }
*/table#nav td a {  display:block; }

td#navItem1 a, td#navItem2 a, td#navItem3 a, 
td#navItem4 a, td#navItem5 a, td#navItem6 a,
td#navItem7 a { height:35px; background:url(../images/menu_en.jpg); background-position: 0 -8px; }


td#navItem1 a 						{ background-position:0 -8px; width:97px; left:0 }
td#navItem1 a:hover					{ background-position:0 -47px }

td#navItem2 a 						{ background-position:-97px -8px; width:135px; left:97px }
td#navItem2 a:hover					{ background-position:-97px -47px }

td#navItem3 a 						{ background-position:-232px -8px; width:80px; left:232px }
td#navItem3 a:hover					{ background-position:-232px -47px }

td#navItem4 a 						{ background-position:-312px -8px; width:114px; left:312px }
td#navItem4 a:hover					{ background-position:-312px -47px }

td#navItem5 a 						{ background-position:-426px -8px; width:108px; left:426px }
td#navItem5 a:hover					{ background-position:-426px -47px }

td#navItem6 a 						{ background-position:-534px -8px; width:95px; left:534px }
td#navItem6 a:hover					{ background-position:-534px -47px }

td#navItem7 a 						{ background-position:-629px -8px; width:116px; left:629px }
td#navItem7 a:hover					{ background-position:-629px -47px }


#subProductos
{
 z-index: 1000; 
 position:absolute; 
 margin-left:0px; 
 margin-top: -2px;
 width: auto !important;
}

table#subMenu
{
	min-width: 135px;
	width: auto !important;
}
td#item
{
	background: #CCCCCC;
	height: auto;
	min-width: 135px;
	width: auto !important;
}
td#item a
{
	min-width: 135px;
	width: 135px !important;

	font-weight: bold;
	padding: 0 10px;
	color: #003445;
	text-decoration: none;
	font-size: 11px;
	background-image:none;
	height: auto;
}
td#item a:hover
{
	color: #ffffff;
	background-image:none;
}
td#item ul
{
	list-style: none;
	margin: 0 0 0 10px;
}
td#item ul li a
{
	font-weight: normal;
	height: auto;
}