#ajaxmenu ul {
	position: absolute;
	z-index:1;
	margin: 0;
	margin-top:-2px;
	padding: 0;
	list-style: none;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:111px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	width:130px;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	z-index:1;
	left: 0; /* Set 1px less than menu width */
	top:28px;
	line-height: 16px;

	}
#ajaxmenu ul li a {
	color: #fff;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:0px;
	width:130px;
}



/* Styles for Menu Items */
#ajaxmenu ul li.category1 {

	color: #fff;
	font-weight: bold;
	height: 29px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/bton-izq.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 29px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/bton-medio.jpg);
	background-repeat: no-repeat;
	margin: 0px;

	}
#ajaxmenu ul li.category2 {
	color: #062E4B;
	font-weight: bold;
	height: 29px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-image:url(images/bton-drecha.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	border:0px;
	}


#ajaxmenu ul li.category1:hover, #ajaxmenu ul li.category1.over {
	color: #fff;
	background-image: url(images/bton-izq-on.jpg);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/bton-medio-on.jpg);
}
#ajaxmenu ul li.category2:hover, #ajaxmenu ul li.category2.over {
	color: #fff;
	background-image:url(images/bton-drecha-on.jpg);
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
	border:0px;

}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #fff;
	width: 111px;
	display: block;
	border:0px;
}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	background-image: url(images/bullet_11x8_roll.gif)  !important;
	color: #fff;
	background-color: #bd0102;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	/*color: #ffffff;*/
	color: #000000;
	background-image: url(images/bullet_11x8.gif) !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #2f2f2f;
	border-bottom: 1px solid #2f2f2f;
	border-left: 1px solid #2f2f2f;
	border-top:0px;
	font-weight: normal;
	width: 300px;
	/*background-color: #000000;*/
	background-color: #dddddd;
	background-position: left center;
	text-indent: 8pt;
}

#ajaxmenu li ul li a {
	background-image: url(images/sub_color_4x25.jpg);
	background-repeat: repeat-x;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	width:180px;
	margin-top:1px;
} /* The pop */
#ajaxmenu {
	position: absolute;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	width: 780px;
	border:0px;
	background:#fff;
	height:28px;

}

#myajaxmenu {
	position:absolute;
	z-index:1;
	top:1px;
	left: 0px;
	display: block;
	border:0px;
}

#menu_title{
	background-image: url(images/bg_linea.jpg);
	height:20px;
	width:185px;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
}
#lastest{
	text-align:left;
	margin-top:3px;
	margin-left:1px;
	
}
#last {
	width: 178px; /* Original = 178 */
	text-align: left;	
	border-bottom:2px #ccc dotted;
	padding-top:5px;
	margin-left: 10px;
	padding-bottom:10px;
	margin-bottom:20px;
}
#news_title{
	color:#6db03d;
	font-weight:bold;
	font-size:12px;
}
#tit{
	color:#6db03d; /* color:#c10100; */
	font-weight:bold;
	font-size:12px;
}
#more a{
	color:#c10100; /* color:#6db03d; */
	font-weight:bold;
	font-size:12px;
}

#menu_prod{
	text-align:left;
	margin-left:-8px;
	margin-top:3px;
}

#menu_prod ul {
	margin:0;
	padding:0;
	padding-left:10px;
}

#menu_prod ul li{
	list-style-type:none;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:2px #ccc dotted;
	width:175px;
}

#menu_prod ul li a{
	background:url(images/flecha-bg.jpg) no-repeat top left;
	background-position:center left;
	color:#6db03d;
	text-decoration:none;
	font-weight:bold;
	padding-left:10px;
}

#menu_prod ul li a:hover{
	color:#c10100;
	font-weight:bold;
	background:url(images/flecha-bg-on.jpg) no-repeat top left;
	background-position:center left;
}