﻿

<!--




.menu { 
	
	height:32px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	font-weight: normal;
	overflow:visible;
}
/* IE5.5  */
* html .menu { }
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu li {float:left;position:relative;}
.menu ul li { padding-top:2px;}
.menu ul ul li{ margin-top:-2px;}
/* top level */
.menu a, .menu a:visited {
	display:block;
	font-size:0.8em;
	text-decoration:none;
	color:#185693;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	line-height:29px;
	
	
	
	
}
/* IE5.5 */
* html .menu a, * html .menu a:visited {}

/* second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	
}
/* second level hover */
.menu ul ul a.drop:hover{


}
.menu ul ul :hover > a.drop {
	
}
/* third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/*third level hover */
.menu ul ul ul a:hover {}



.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:180px;
	font-weight: normal;
	
	
}
.menu ul ul:after     {
	content:url(../assets/menu_over_bot.png);
	height: 11px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	
	background-image: url(../assets/menu_over_bot.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*  IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;
		

}

/* third level flyout menu */
.menu ul ul ul{left:180px; top:-1px; width:180px;}

/* third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-180px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}



.menu .top{
 font-weight:bold;
}

.menu ul .top:hover{
background-color: #185693;
}



/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#185693;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:180px;
	background-image: url(../assets/menu_over.png);
	background-repeat: repeat-y;
	background-position: left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {}

/* style the top level hover */
.menu a:hover {color:#FFFFFF; }
.menu :hover > a {color:#FFFFFF; }

/* segundo nivel */
.menu ul ul a:hover{
	color:#185693;
	text-decoration: underline;
	/*background-color: #FFFFFF;	*/
}
.menu ul ul :hover > a {
	color:#185693;
	text-decoration: underline;
	/*background-color: #FFFFFF;	*/
	
 }

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; left:-6px;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/*.menu ul li{width:100px;}*/
	
	 -->