/* estilo del contenedor del menu */
.menu {
	font-size:10px;
	width:777px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	height: 24px;
	background-color: #31498F;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
	z-index: 10;
	position: relative;
}
.formato_links {
	width: 86px;
	padding-top: 7px;
	text-align: center;
	float: left;
	cursor:hand;
}
.formato_links2 {
	width: 86px;
	text-align: center;
	float: left;
	cursor:hand;
	padding-top: 1px;
}
/* estilo de lista lvl-1 */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:24px;
}
/* control de la posicion de dropdown menu  */
.menu ul li {
	float:left;
	height:24px;
	display:block;
	text-align: left;
}
/* imagenes items */
.menu ul ul li {
	display:block;
	width:auto;
	height:auto;
	line-height:1em;
}
/* estilo items lvl-2 */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:24px;
	width:86px;
	font-size:10px;
	text-decoration:none;
	color:#000;
	border:0;
	background-image: url(../img_menu/top.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* estilo items lvl-3 */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	width:130px;
	height:100%;
	background-image: url(../img_menu/mid.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:130px;
}
/* estilo fondo link desplegable lvl-2 */
.menu ul :hover a.sub1 {
	background:#477;
}
/* estilo fondo link desplegable lvl-3 */
.menu ul ul :hover a.sub2 {
	background:#a77;
}
/* estilos hover lvl-1 */
* html .menu a:hover {
	color:#000000;
	border:0;
	height:24px;
	position:relative;
	z-index:100;
	width: 83px;
	text-decoration: underline;
}
.menu li:hover {
	position:relative;
}
.menu :hover > a {
	color:#000000;
	border:0;
	height:24px;
	text-decoration: underline;
}
/* estilos hover lvl-2 */
* html .menu ul ul a:hover {
	color:#003366;
	position:relative;
	z-index:110;
	height:100%;
	text-decoration: underline;
}
.menu ul ul li:hover {
	position:relative;
}
.menu ul ul :hover > a {
	color:#003366;
	z-index:110;
	height:100%;
	text-decoration: underline;
}
/* hacer visible lvl-2 */
.menu ul :hover ul {
	visibility:visible;
	height:auto;
	padding:15px 30px 30px 30px;
	background:transparent url(../img_menu/sub_top.gif) 30px 0 no-repeat;/* img superio lvl-2 derecha */
	left:-30px;
}
.menu ul ul li.last {
	padding-bottom:10px;
	background:url(../img_menu/sub_bottom.gif) bottom left no-repeat;/* img inferior lvl-2 */
}
/* esconde lvl-2 */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:24px;
	left:0;
	width:auto;
}
/* esconde lvl-3 */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* esconde lvl-4 */
.menu ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* correcion para IE5+ */
* html .menu a, * html .menu a:visited {
	width:125px;
	w\idth:83px;
	margin-bottom: -1px;
}
.menu table {
	border-collapse:collapse;
	padding:0;
	margin:-1px;
	width:0;
	height:0;
	font-size:1em;
	z-index:1;
}

