#vertnav{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menuContainer {
	width: 130px;
	text-align: left;
}
.titulo_CIR_esp {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #2C4F79;
	font-size: 18px;
	font-weight: bold;
}
.titulo_CIR_eng {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}


#vertnav ul {
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	position:absolute;
	background-color:#FFFFFF;
	border: thin solid #CCCCCC;
      
}

#vertnav li {
	position: relative;
	display:block;
	margin:0px;
	width: 135px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;







}
#vertnav ul li{
	background-color:#FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#vertnav a {
	text-decoration:none;
	display:block; /*helps Opera with hover */
	width:100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 5%;
	height: 15px;
}
#vertnav li:hover, #vertnav a:hover{
	background-color:#CCCCCC;
	height: 15px;
	text-decoration: none;
}

#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{
	display:none;
	position:absolute;
	top:0;
	left:135px;

}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul{
	display:none;
	text-decoration: none;
  
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul{
	display:block;
	text-decoration: none;
}

li>ul { 
	top: auto;
	left: auto;
}

/* Win IE only \*/
* html #vertnav li{float:left;} 
/* end holly hack */
#vertnav span {
	color: #FF9900;
	margin-right: 5px;
}
