/* -- Navigation Main Menu CSS -- */
/* Backlava */
ul#listmenu li.backLava {
    position:absolute;
    z-index:3;
    background:transparent url("../../img/menufiles/over_principal.png") no-repeat scroll right -45px;
}
	#listmenu li.backLava .leftLava {
		background:url("../../img/menufiles/over_principal.png") no-repeat scroll top left transparent !important;
		height:40px;
		left:-12px;
		margin-right:6px;
		position:relative;
		top:-10px;
	}
/* End backlava */
ul#listmenu {
	background:transparent url("../../img/menufiles/barra_principal.jpg") no-repeat scroll 0 16px;
	height:37px;
	list-style:none outside none;
	margin:0 5px 5px;
	padding:10px;
    overflow:visible; /* makes sure the container fits the floated list-items below */
}
#listmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 605px;
}
ul#listmenu li{
	margin:0;
	padding:9px 8px 3px;
    float:left;
    font-family:Arial, sans-serif;
    font-size:12px;
    color:#333;
}
ul#listmenu li a {
	color:#2D2B2B;
	display:block;
	font-family:arial,georgia,serif;
	font-size:12px;
	letter-spacing:0;
	outline:medium none;
	overflow:hidden;
    position: relative; /* must have position set to anything other than static to use z-index */
	text-align:center;
	text-decoration:none;
    z-index: 5; /* 5 layers above all normal elements */
}
#listmenu li a:hover, #listmenu li a:active, #listmenu li a:visited {
	border: none;
}
#listmenu li a b {
	cursor:pointer;
	display:block;
	float:left;
	font-weight:normal;
	line-height:25px;
	margin-right:0;
	padding:0 18px 0 0px;
}
#listmenu li.sub a b {
	background:transparent url("../../img/menufiles/down.gif") no-repeat right 4px;
}
#listmenu i.hover {color:#A81619;}
#listmenu em.hover {color:#A81619;}
#listmenu ul ul ul a:hover {color:#A81619;}
#listmenu ul {
	display: none;
	position:absolute;
	left:0;
	top:50px;
}
#listmenu ul li {
	float: left;
	position: relative;
	padding:4px 8px 3px
}
#listmenu ul li a {
	display: block;
	padding: 0 0 0 7px;
	font-size: 12px;
	line-height: 25px;
	cursor: pointer;
}
#listmenu ul li a i {
	display: block;
	font-style: normal;
	cursor: pointer;
}
#listmenu ul li a.sub {
	background: url("../../img/menufiles/down.gif") no-repeat right 3px;
	padding-right:19px;
}
#listmenu ul ul {
	background:transparent url("../../img/menufiles/content_submenu_back.jpg") no-repeat scroll right bottom;
	left:-10px;
	padding:5px 10px 10px 0px;
	top:30px;
	width:130px;
}
#listmenu ul ul li a {
	display: block;
	height:17px;
	line-height: 20px;
	padding: 0 0 0 35px;
	text-align:left;
	width: 120px;
}
#listmenu ul ul li a.fly {
	background:transparent url("../../img/menufiles/right.gif") no-repeat scroll right center;
	width:95px;
}
#listmenu ul ul li a em {
	font-style: normal;
	display: block;
	width: 120px;
	cursor: pointer;
}
#listmenu ul ul ul {
	left: 120px;
	top: 0;
}
#listmenu .longsubmenu {
	background:transparent url("../../img/menufiles/barra_submenu.jpg") no-repeat scroll 0 2px;
	height: 32px;
	width: 605px;
}