 /* common styling */
.menu {
	padding: 0px;
	border: 0px;
	width: 580px;
	height: 27px;
	float: right;
	position: relative;
	font-size:11px;
	z-index: 100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
	border: 0px;
	margin: 0px;
	line-height:27px;
}
.menu span {
	display: none;
}

/* .menu ul li a, .menu ul li a:visited { */
.menu ul li a {
	display:block;
	text-decoration:none;
	height:27px;
	color: #FFFFFF;
	border: 0px;
	margin: 0px;
}
.menu .jsa a   {
	width: 74px;
	background-image: url(../images/m_jsa.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .jsa:hover a   {
	background-image: url(../images/m_jsa2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .secretarias a   {
	width: 133px;
	background-image: url(../images/m_secretarias.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .secretarias:hover a   {
	background-image: url(../images/m_secretarias2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

.menu .prensa a   {
	width: 159px;
	background-image: url(../images/m_prensa.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .prensa:hover a   {
	background-image: url(../images/m_prensa2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .participa a   {
	width: 115px;
	background-image: url(../images/m_participa.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .participa:hover a   {
	background-image: url(../images/m_participa2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}.menu .enlaces a   {
	width: 99px;
	background-image: url(../images/m_enlaces.gif);
	background-repeat: no-repeat;
	background-position: left center;

}
.menu .enlaces:hover a   {
	background-image: url(../images/m_enlaces2.gif);
	background-repeat: no-repeat;
	background-position: left center;

}

.menu ul li ul {
	display: none;
	margin: 0px;
}
.menu table {
	margin:-1px;
	border-collapse:collapse;
	padding: 0px;
	border: none;
	
}

/* specific to non IE browsers */
.menu ul li:hover a {
}
.menu ul li:hover ul {
	display:block;
	top:26px;
	left:0;
	width:175px;
	position: absolute;
	
	
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block;
	width:175px;
	/*background-color:#2f8212;*/
	
	border-right-style: solid;
	border-left-style: solid;
	text-align: left;
	border:solid 1px #006600;
	background-image:none;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.menu ul .jsa:hover ul li a,.menu ul .secretarias:hover ul li a, .menu ul .prensa:hover ul li a,.menu ul .participa:hover ul li a,.menu ul .enlaces:hover ul li a{
/*background-image:none;*/
background-image:url(../images/fondo_menu2.gif);
background-position:left center;
background-repeat:no-repeat;
line-height:15px;
height:auto;
padding:5px 5px 5px 5px;
}
.menu ul li:hover ul li a.drop {
	/*background-color: #174009;*/
	background-image:url(../images/fondo_menu.gif);
	background-position: right center;
	background-repeat:no-repeat;
	}
.menu ul li:hover ul li a:hover {
background-image:url(../images/fondo_menu3.gif);
	background-position: right center;
	background-repeat:no-repeat;
	/*background-color: #ff0000;*/
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position:absolute;
	left:99.5%;
	top:0;
	width: 202px;
	}
.menu ul li:hover ul li:hover ul.left {
	left:-99.9%;
}
.menu ul li img {
	border:none;
	margin: 0px;
	padding: 0px;
}

/* 3er NIVEL */
.menu ul li:hover ul li:hover ul li ul{
	display: none;
}

.menu ul li:hover ul li:hover ul li a {
	display: block;
	line-height:15px;
	width:175px;
	background-color: #2f8212;
	border-right-style: solid 1px ;
	border-left-style: solid 1px;
	text-align: left;
	padding: 5px 5px 5px 5px;
	color:#FFFFFF;
}

.menu ul li:hover ul li:hover ul li a:hover {
	color:#FFffff;
	background-color:#ff0000;
}
.menu ul li:hover ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left:99.5%;
	top:0;
	border-top: 1px solid #2f8212;
	width: 191px;
}
