
/* Estilos Menu Productos */


li { list-style-type: none; }
.navigation li a{text-decoration:none; color:#333333; }

.navigation {
	border:0;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#FFF;
	width:177px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.navigation li {
	list-style:none outside none;
	display:inline;
	margin:0;
}

.navigation a {
	margin:0px;
	padding:3px 0 3px 10px; 
	text-decoration: none;
	color:#494949;
	font-size:11px;
	font-weight:bold;
	display:block;
	cursor:pointer;
	border:0;
	border-bottom:1px solid #D7D9CC;
}

.navigation a.head {
	background:#FFF;
	background: url(../img/flechaR_ChOn.gif) no-repeat left 6px;
	color:#494949;
	text-decoration:none;
}

.navigation a.head:hover, 
.navigation a.active{
	color:#494949; 
	background: #D7D9CC url(../img/flechaR_ChOn.gif) no-repeat left 6px;
	text-decoration:none;
}
.navigation a.selected {
	color:#494949; 
	background: #C4C6B7 url(../img/flechaR_ChOn.gif) no-repeat left 6px;
}

.navigation a.current {
	color:#494949; 
	background-color:#EDEDE1;
}

.navigation2{
	background-color:#EDEDE1;
	width:177px;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	font-weight:normal;
	/*height:250px;*/
}

/*html>body .navigation2{height:350px;}*/

.navigation2 a{
	font-weight:normal;
	display:block;
	border:0; 	
	border-top: 1px solid #D7D9CC;
	padding:3px 0 3px 20px;
	color:#494949;
}

.navigation2 a.head2{
	background: url(../img/flechaR_ChOn.gif) no-repeat 10px 7px;
	text-decoration:none;
	color:#494949;
}
.navigation2 a.selected{
	color:#494949; 
	background: #EDEDE1 url(../img/flechaR_ChOn.gif) no-repeat 10px 7px; 
	font-weight:bold;
}

.navigation2 ul{
	background: #FAFAF5;
	margin:0px;
	padding:0px;
	/*height:250px;*/
}

/*html>body .navigation2 ul{height:350px;}*/

.navigation2 ul li a, 
.navigation2 ul li a:hover,
.navigation2 ul li a:visited{
	padding:3px 0 3px 30px;
	background: url(../img/flechaV_Ch.gif) no-repeat 20px 7px;
	color:#494949; 
	text-decoration:none;
}

.navigation2 ul li a.current{
	font-weight:bold; 
	background: url(../img/flechaV_Ch.gif) no-repeat 20px 7px;
	color:#494949; 
	text-decoration:none;	
}




