.cajita_menu#menu_home {width:47px;}
.cajita_menu#menu_elandia {width:96px;}
.cajita_menu#menu_companies{width:115px;}
.cajita_menu#menu_news{width:46px;}
.cajita_menu#menu_ir{width:116px;}
.cajita_menu#menu_stock{width:71px;}

.menu { width:692px;
		font-size:0.85em;
		color:white;
		margin:0 auto;
		z-index:1000;
		height:37px;
		background-image:url("../images/header_footer_2.png");
		float:right;
		padding-top:37px;
		border-right:10px solid black;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:150px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;margin-left:5px;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none;color:#cccccc;
						  height:35px;line-height:25px;font-weight:bold;font-family:Arial;
						  margin-left:10px;margin-right:10px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:-5px;width:150px;z-index:1000;font-weight:normal;}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}
/* position the third level flyout menu */
.menu ul ul ul{left:-149px;top:0;width:150px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}
/* style the second level links */
/*.menu ul ul a, .menu ul ul a:visited {background:#000000;color:#ffffff;height:auto;line-height:1em;width:129px;}*/
.menu ul ul a, .menu ul ul a:visited {text-align:left; background-image:url(../images/caja.png); color:#cccccc; height:15px; line-height:1em; font-weight:normal;padding:5px 10px; width:125px; border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#d97218;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;z-index:1000;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;z-index:1000;}



.cajita_menu span {position:relative;top:-10px;}

.cajita_menu_background {
	background-image:url(../images/cajita_menu_superior_fondo.png);
}
.cajita_menu span.active {color:#D97218;}

/*.menu ul ul ul a, .menu ul ul ul a:visited {width:123px;padding:5px 7px;}*/

