﻿

.menu {
	width:920px; 
	height:52px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	border-right:1px solid #057676;
	}

* html .menu {
	width:920px; 
	w\idth:921px;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	

	
.menu li {
	float:left;
	/*width:180px;*/
	position:relative;
	}
	
/* Bloque menu*/	
.menu a, .menu a:visited {
	display:block;
	font: 14px 'trebuchet ms',arial,sans-serif;
	text-decoration:none; 
	color:#fff;	
	width:137.33px; 
	height:50px; 
	border:1px solid #057676; 
	border-width:1px 0 1px 1px; 
	background:#900 url('images/menubg.jpg') repeat-x bottom left; 
	padding-left:15px; 
	line-height:47px;
	}
	/*

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	
	}

.menu ul ul ul a:hover {
	
	background:#b2ab9b;
	}
/* Esto esconde los enlaces desplegables */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:50px;
	left:0; 	
	border-top:1px solid #b00;
	}
	

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
	}

/* Este sirve para los enlaces del menu desplegable */

.menu ul ul a, .menu ul ul a:visited {
	background:#DBD6AD; 
	color:#10494A; 
	height:auto; 
	line-height:1em; 
	padding:10px 10px; 
	font-size: 12px;
	width:158px;
	border: 1px solid #FFF;
	border-width:1px 1px 1px 1px;
	}

	
.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	
	background:#BD481D  ;
	}

.menu :hover > a {
	color:#fff;
	/*background:#BD481D url('images/drop.gif') bottom right no-repeat;*/
	}
	
.menu ul ul :hover > a {
	color:#006666;
	
	background:#CFC994 url('images/arrow.gif') center left no-repeat ;
	
	}


.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	
	}

.menu ul :hover ul ul{
	visibility:hidden;
	}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}