#barra_menu {
	width: 770px;
	height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	text-transform: uppercase !important;

}
.menulist li.boton_menu a {
	display: block;
	height: 16px;
	width: 92px;
	background-repeat: no-repeat;
	background-position: top center;
	color: #000000;
}
.menulist li.boton_menu a:hover,
.menulist li.boton_menu a.highlighted,
.menulist li.boton_menu a:focus {
	height: 16px;
	background-position: bottom center;
	background-repeat: no-repeat;
	
}


/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */

.menulist, 
.menulist  ul {
	display: block;
	padding: 86px 12px 0 0;
	float:right;
	vertical-align:bottom;	
	margin: 15px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
	width:570px;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
	display: none;
	position: absolute;
	top: 17px;
	left: 2px;
	width: 150px;
	background-color: #F8F8F8;
	border: 1px solid #F8F8F8;
	padding: 2px;
}

.menulist ul ul {
	top: 0px;
	background-color: #FFFFFF;
	left: 150px;
}

.menulist li {
	float: left;
	position: relative;
}

.menulist ul li {
	float: none;
	margin-right: 0;
	margin-bottom: -1px;
}


/* Links inside the menu */

.menulist a {
	display: block;
	text-decoration:  none;
	text-transform: capitalize !important;	
}
.menulist li ul li {
	padding: 0;
	/*border-bottom: 1px dotted #BBBBBB;*/
	margin: 0;
	background-color: #F8F8F8;
}
.menulist li ul a {
	color: #666666;
	text-align: left;
	width: auto !important;
	padding: 0;
	margin: 0;
}
.menulist li ul {
	/*background-image: url("images/nuevo/menu.submenu.bg.png");*/
}
.menulist li ul li a,
.menulist li ul li a:hover, 
.menulist li ul li a.highlighted:hover, 
.menulist li ul li a:focus {
	height: 22px !important;
	width: 150px;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 11px !important;
	line-height: 22px;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
}
.menulist li ul li a:hover, 
.menulist li ul li a.highlighted:hover, 
.menulist li ul li a:focus {
	color: #000000 !important;
	background:url("images/barra_menu.submenu.hover.png");
	background-repeat: repeat-y !important;
	background-position: bottom right !important;
	background-color: #EDE0B3;
}
.menulist a .subind {
	display: none;
	padding-right: 8px;
}

.menulist ul a .subind {
	color:#000000;
	display: block;
	width: 4px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	text-align: left;
	float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
	float: left;
}

.menulist ul a {
	float: none;
}


.menulist a {
	display: block;
	font-weight: normal;	
	float: left;
	height: 31px;
	width: 90px;
	background-position: top;
}

.menulist a:hover {
	background-position: bottom;
}

.menulist li #btn1 {	background-image:url(../images/botones/btn_empresa.jpg);width:90px; }
.menulist li #btn2 {	background-image:url(../images/botones/btn_productos.jpg);width:93px; }
.menulist li #btn3 {	background-image:url(../images/botones/btn_elcafe.jpg); width:93px;}
.menulist li #btn4 {	background-image:url(../images/botones/btn_servicios.jpg);width:93px; }
.menulist li #btn5 {	background-image:url(../images/botones/btn_clientes.jpg); width:93px:}
.menulist li #btn6 {	background-image:url(../images/botones/btn_contacto.jpg); width:94px:}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
	float: left;
	height: 1%;
}

* html .menulist  ul a {
	height: 1%;
}

/* End Hack */



.ultimo_hijo {
}
.ultimo_hijo a:hover {
}
/*
*/

 /* Al IE no le gusta el selector ">"

.menulist ul>li:last-child {
	margin-bottom: 1px;
	border-left: 1px solid #7DCFF1;
	border-right: 1px solid #7DCFF1;
	background-color: white;
}
*/
/*
.menulist ul>li:last-child a:hover {
	/*background-image: url('images/nuevo/menu.submenu.bg.lastchild.png') !important;
}
 */
.menu_first {
	width: 16px;
	height: 16px;
	background: url('images/menu.principio.jpg') top left no-repeat;
}
.menu_last {
	width: 16px;
	height: 16px;
	background: url('images/menu.final.jpg') top left no-repeat;
}


