#ajaxmenu ul {
	margin: 0;
	padding: 0;
/*	font-family: "Lucida Grande","Lucida Sans Unicode", "verdana, sans-serif"; */
/*	font-family: "Trebuchet MS", verdana, sans-serif;*/
	font-family: "Lucida Grande","Lucida Sans Unicode", "verdana, sans-serif"; */
	list-style: none;
	font-weight: lighter;
	font-size: 14px;
	}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:111px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:22px;
	line-height: 18px; /*antes 16*/
	width: 160%;

	}
#ajaxmenu ul li a {
	color: #dd0000;
}
#ajaxmenu ul li a:hover {
	color: #fff;
/*	color: #fff6f6; */
}
#ajaxmenu ul li a:active {
	color: #fff;
/*	color: #fff6f6; */
}


/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #bb0000;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/boton.png);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #bb0000;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/boton.png);
	background-repeat: no-repeat;
	background-position: -0px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #bb0000;
	font-weight: bold;
	height: 21px;
	line-height: 21px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url(images/boton.png);
	background-repeat: no-repeat;
	background-position: -0px;
	margin: 0px;
	}

#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
	background-image: url(images/boton_pulsado.png);
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;
	background-image: url(images/boton_pulsado.png);
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
	background-image: url(images/boton_pulsado.png);
}

#ajaxmenu ul li:hover a{color:#fff;} 


/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	width: 111px;
	display: block;
	color: #fff;
}

#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	/* background-image: url(images/bullet_11x8_roll.gif)  !important;*/ 
	color: #dd0000;
	background-repeat: no-repeat;
	background-color: rgb(255,255,255);
/*        background-color: transparent; */
        opacity: .8;
	background-position: left center;
	border-right: 1px solid #dd0000;
	border-bottom: 1px solid #dd0000;
	border-left: 1px solid #dd0000;
	/*border-top: 1px solid #dd0000;*/
	/*text-indent: 8pt;*/
	font-weight: bold; 
	font-size: 13px;
	padding-left: 20px;
	text-align: left;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	width: 150px;
	color: #ffffff;
	background-repeat: no-repeat !important;
	background-color: #dd0000;

/*     background-color: transparent; */
        opacity: .8;
	filter:alpha(opacity=80);

	background-position: left center;
	/* border-right: 1px solid #ffffff;*/
	border-bottom: 1px solid #ffffff;
	/*border-left: 1px solid #ffffff;*/
	/*text-indent: 8pt;*/
/*	font-weight: bold; */
	font-size: 12px; 
	padding-left: 20px;
	text-align: left;
}
#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: 20px;
        color:#fff;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
        color:#fff;
}

#myajaxmenu {
	position: absolute;
	top:1px;
	left: 0px;
	display: block;
	z-index: 1000;
}