#Menu1 {
	clear: both;
	margin:0px;
	margin-top:20px;
	padding:0px;
	height:24px;
	width:900px;
	z-index:200;
	border-bottom:solid 3px #057ce2;
}

#Menu1 ul.MenuDesplegable, ul.Menu1{
	margin:0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	width:auto;
	height:24px;
	vertical-align:middle;
	display: inline;
	float:left;
	text-align:left;
	padding-left:10px;
}


#Menu1 li.top {
	float: left;
	list-style: none;
	margin-right:5px;
}

#Menu1 li a.top_link {
	float:left;
	background:url(../images/Menu1-Left.png) no-repeat left top;
	margin:0;
	text-decoration:none;
	padding:0 0 0 11px;
}

#Menu1 li a.top_link span {
	float:left;
	display:block;
	background:url(../images/Menu1-Right.png) no-repeat right top;
	color: #799ebe;
	height:27px;
	vertical-align:middle;
	padding-left:0px;
	padding-right:11px;
	padding-top:7px;
	cursor:pointer;
}


#Menu1 li a.top_link#current {
	float:left;
	background:url(../images/Menu1-Left-Current.png) no-repeat left top;
	margin:0;
	text-decoration:none;
	padding:0 0 0 11px;
}

#Menu1 li span.down#currentspan {
	float:left;
	display:block;
	background: url(../images/Menu1-Right-Current.png) no-repeat right top;
	color:#FFFFFF;
	height:27px;
	vertical-align:middle;
	padding-left:0px;
	padding-right:11px;
	padding-top:7px;
	cursor:auto;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#Menu1 li a.top_link span {float:none;}

/* End IE5-Mac hack */
#Menu1 li a.top_link:hover {
	background:url(../images/Menu1-Left-Over.png) no-repeat left top;
	}

#Menu1 li a.top_link:hover span {
	background: url(../images/Menu1-Right-Over.png) no-repeat right top;
	color:#FFFFFF;
	}



.MenuDesplegable table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}


.MenuDesplegable a:hover {visibility:visible;}
.MenuDesplegable li:hover {position:relative; z-index:200;}


.MenuDesplegable ul, 
.MenuDesplegable :hover ul ul, 
.MenuDesplegable :hover ul :hover ul ul,
.MenuDesplegable :hover ul :hover ul :hover ul ul,
.MenuDesplegable :hover ul :hover ul :hover ul :hover ul ul {
position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }


.MenuDesplegable :hover ul.sub {
left:0px; top:27px; padding:0; white-space:nowrap; width:auto; height:auto; font-weight:normal;}

/*Sub Menu over*/
.MenuDesplegable :hover ul.sub li {
display:block;
background:#bcd3e6;
position:relative;
float:left;
width:200px;
margin-bottom:0px;
text-align:left;
border-top:solid 1px #FFFFFF;}

.MenuDesplegable :hover ul.sub li a {
display:block; height:auto; font-size:13px; padding:7px 7px; line-height:1; color:#FFFFFF; text-decoration:none;}

.MenuDesplegable :hover ul.sub li a.fly {
background:#fff no-repeat 150px 6px;}

/*Sub Menu over*/
.MenuDesplegable :hover ul.sub li a:hover {
background:#9bb7ce;
color:#FFFFFF;}


.MenuDesplegable :hover ul.sub li a.fly:hover {
background:#E5FAFC no-repeat 150px 6px;}

.MenuDesplegable :hover ul li:hover > a.fly {
background:#E5FAFC} 

.MenuDesplegable :hover ul :hover ul,
.MenuDesplegable :hover ul :hover ul :hover ul,
.MenuDesplegable :hover ul :hover ul :hover ul :hover ul,
.MenuDesplegable :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-1px; background: #fff; padding:0; /* white-space:nowrap; */width:auto; z-index:300; height:auto;}

.MenuDesplegable :hover ul.sub li ul {border-top:1px solid #236066; background: #fff; z-index:300;}

#Menu1 li a#current {
background-color:#72BABB;
cursor: text;
}