 /* common styling */
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	height:185px;
	background:#FFFFFF url(../imagen/Img_palio.jpg) 0 25px no-repeat;
	position:relative;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-indent: 12px;
	text-align: left;
	top: 80px;
	z-index: 25;
}
/*.menu ul li:hover{
	overflow: visible;
	background-image: url(imagen/bck_menu_on.jpg);
	visibility: visible;
}
.menu ul li.hover{
	overflow: visible;
	background-image: url(imagen/bck_menu_on.jpg);
	visibility: visible;
}*/
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
	/*behavior: url(hover.htc);*/

}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#003366;
	width:150px;
	height:25px;
	font-weight:bold;
	color:#003366;
	background-color: #FFFFFF;
	background-image: url(../imagen/bck_menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
* html .menu ul li a, .menu ul li a:visited {
width:150px;
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#003366;
	background-image: url(../imagen/bck_menu_on.jpg);
	background-repeat: no-repeat;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	left:0;
	width:145px;
	background-color: #FFFFFF;
	background-image: url(../imagen/bck_menu_on.jpg);
	background-repeat: no-repeat;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

.menu ul li:hover ul li a {
	display:block;
	background:#E3F1FF;
	color:#003366;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:11px;
	height:auto;
	line-height:1em;
	width:150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu ul li:hover ul li a:hover {
background:#003366; 
color:#fff;
}
.menu2 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:600px;
	height:25px;
	position:relative;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	text-indent: 12px;
	text-align: left;
	top: 80px;
	z-index: 100;
	/*behavior: url(hover.htc);*/

}
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu2 ul li {
float:left;
position:relative;
}
.menu2 ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#003366;
	width:150px;
	height:25px;
	font-weight:bold;
	color:#003366;
	background-color: #FFFFFF;
	background-image: url(../imagen/bck_menu.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
* html .menu2 ul li a, .menu ul li a:visited {
width:150px;
}
.menu2 ul li ul {
display: none;
}
/* specific to non IE browsers */
.menu2 ul li:hover a {
	color:#003366;
	background-image: url(../imagen/bck_menu_on.jpg);
	background-repeat: no-repeat;
}
.menu2 ul li:hover ul {
	display:block;
	position:absolute;
	left:0;
	width:145px;
	background-color: #FFFFFF;
	background-image: url(../imagen/bck_menu_on.jpg);
	background-repeat: no-repeat;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}

.menu2 ul li:hover ul li a {
	display:block;
	background:#E3F1FF;
	color:#003366;
	border:0;
	margin:0;
	font-weight:normal;
	font-size:11px;
	height:auto;
	line-height:1em;
	width:150px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu2 ul li:hover ul li a:hover {
background:#003366; 
color:#fff;
}

