/* Unchanged */

/* 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;
	font-family:"Helvetica Neue", "Helvetica Neue Light", Helvetica, arial;
	font-size:14px;
}

.navigation li {
	list-style:none outside none;
	display:inline;
	margin:0;
}

.navigation a {
	margin:0px;
	text-decoration: none;
	color:#494949;
	font-size:12px;
	display:block;
	cursor:pointer;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: 1;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9E8C69;
	border-bottom-color: #9E8C69;
}

.navigation a.head {
	color:#CCC;
	text-decoration:none;
	background-color: #000;
	line-height: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9E8C69;
}

.navigation a.head:hover, 
.navigation a.active{
	color:#FFF;
	text-decoration:none;
	background-color: #000;
}
.navigation a.selected {
	color:#FFF;
	background-color: #000;
}

.navigation a.current {
	color:#494949;
	background-color:#EDEDE1;
}

.navigation2{
	background-color:#503618;
	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;
	color:#9E8C69;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
}
.navigation2 a.head2{
	text-decoration:none;
	color:#9E8C69;
	line-height: 16px;
}
.navigation2 a.head2:hover{
	text-decoration: none;
	color: #B4A27B;
	font-weight: bold;
}
.navigation2 a.selected{
	color:#B4A27B;
	font-weight:bold;
	background-color: #503618;
}

.navigation2 ul{
	margin:0px;
	padding:0px;
	/*height:250px;*/
}

/*html>body .navigation2 ul{height:350px;}*/

.navigation2 ul li a,
.navigation2 ul li a:visited{
	color:#9E8C69;
	text-decoration:none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #E3DBCF;
}

.navigation2 ul li a.current{
	font-weight:bold;
	color:#9E8C69;
	text-decoration:none;
}
.navigation2 ul li a:hover {
	color:#9E8C69;
	text-decoration:underline;
}

