.yui-menu {
   font-size: 100%;  /* equivale a 12px */	
   font-style:normal;
}

.yui-menu .yui-menu {
	font-size: 100%;
	line-height: 1.5;  /* 18px */
	*line-height: 1.45; /* For IE */
}	
.yui-menu-horizontal {
	line-height: 1.8;  /* ~24px */
	*line-height: 1.6; /* For IE */
	width:63em;
	*width:61.48em;
	min-width:819px;
	padding: 0;
	padding-left: 15px;
	margin: 0;
}	
.yui-menu-content {
	background-color: transparent;
}	
.yui-menu a {
	color: #fff;
	text-decoration: none;
}	
.yui-menu a:hover, 
.yui-menu a:focus,
.yui-menu a.focus {	
	text-decoration: none;
	background-color:#ED1A3B;	
}	
.yui-menu-horizontal .yui-menu-content {	
	/* border-bottom: dotted 1px #ccc; */	
}	
.yui-menu-horizontal ul {
	padding: 0;
	margin: 0;
	border: 0;
}	
.yui-menu .yui-menu ul {
	/*margin-top: 3px;
	padding-top: 3px;
	border-top: solid 1px #ccc;*/
}	
.yui-menu ul.first-of-type {
	border: 0;
	margin: 0;
	padding: 0;
}	
.yui-menu-horizontal .yui-menu-label,
.yui-menu-horizontal .yui-menuitem-content {
	text-align:center;
	background-color:#B9ACA5;	
	padding: 0 5px;		
	margin-right: 5px;
	float: left;
	width: 76px;
	height: 22px;
	_display: inline;	/* Fixes IE margin doubling bug in IE 6 (Standards Mode and Quirks Mode) 
						and IE 7 (Quirks Mode only) */
}	
.yui-menu .yui-menu .yui-menu-label,
.yui-menu .yui-menu .yui-menuitem-content {
	padding: 0 40px 0 5px;
	/*
		Necessary specify values for border, margin, float, display, and font-weight to override 
		values specified in the preceeding selectors.
	*/
	margin: 0;
	border: 0;
	font-weight: normal;	
	float: none;
	_display: block;
}