.menu {
	width:804px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	position:relative;
	z-index:100;
	height:24px;
	background:#999;
	text-transform:uppercase;
	font-weight:bold;
}	

.menu h1 {
	float:left;
	padding-left:15px;
	color:#fff;
	margin-top:7px;
	font-size:10px;
	margin-right:136px;
}

/* elimina bullets de la lista */

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}	

.menu ul ul {
	width:120px;
	}	

/* dropdown */
.menu li {
	float:left;
	width:120px;
	position:relative;
	}	

/* links de primer nivel */
.menu a, .menu a:visited {
	display:block;
	color:#fff;
	width:119px;
	height:24px;
	padding-left:1px;
	line-height:24px;
	text-align:center;
	text-decoration:none;
	}
	

/* IE */
* html .menu a, * html .menu a:visited {
	width:120px;
	w\idth:119px;
	}


/* oculta subniveles y estilo de los subniveles */
.menu ul ul {
	border-top:3px solid #fff;
	visibility:hidden;
	position:absolute;
	height:24px;
	top:24px;
	left:0; 
	width:119px;
	opacity: 0.95; /* mozilla*/
	}

/* IE */
* html .menu ul ul {
	top:30px;
	t\op:21px;
	}


/* requerido para IE */
.menu table {
	position:absolute; 
	top:0;
	left:0;
	}


/* estilos del segundo nivel*/
.menu ul ul a, .menu ul ul a:visited {
	border-bottom:3px solid #fff;
	background:#999; 
	color:#fff; 
	height:auto; 
	line-height:1.2em; 
	padding:5px 0px; 
	width:120px;
	}


/* IE */
/* estilos de segundo nivel al pasar por encima */
.menu a:hover{
	color:#fff;
	background:#199db6 url(../img/fondomenusuperior1.gif) no-repeat center -2px;
	}


.menu ul ul a:hover{
	color:#fff; 
	background:#4D6B85;
	/*background:#f4b905;*/
	}



.menu :hover > a {
	color:#fff;
	background:#199db6 url(../img/fondomenusuperior1.gif) no-repeat center -2px;
	/*background:#f4b905 url(../img/fondomenusuperior1.gif) no-repeat center -2px;*/
	}



.menu ul ul :hover > a {
	color:#fff;
	background:#199db6;
	/*background:#f4b905;*/
	}



/* hace visible el segundo nivel con hover */

.menu ul :hover ul{
	visibility:visible; 
	}



#barra_activa{
	margin-top:2px;
}

