.menulateral {
	margin: 0 0 18px 0px;
	width: 180px;
}
.menulateral ul li {
	font: bold 1em Helvetica-Neue,Verdana,Arial,sans-serif;
	list-style-type: none; 	
	padding: 3px 0 3px 0px;
	border-bottom: 1px dotted gray;
    list-style: none outside none;
}
.menulateral ul li a {
	font: bold 1.1em Helvetica-Neue,Verdana,Arial,sans-serif;	 
	color: #004980; 
	text-decoration: none;
	display: block;
	margin-left: 18px;
}
.menulateral ul li a:hover {
	color:#1dacdf;
}

.flagChild {
	background: url("/portal-theme/images/common/arrows_menu.png") left no-repeat;
	background-position: 0px 0px;
	width: 18px;
	height: 18px;
	float: left;
	position: absolute;
}
.flagChild a {
	display:block;
	width: 18px;
	height: 18px;
	margin: 0 25px 0 0;
}
.flagChild a:hover {
	background: url("/portal-theme/images/common/arrows_menu.png") left no-repeat;
	background-position: 0px -18px;
	float: left;
}

.flagChild_open {
	background: url("/portal-theme/images/common/arrows_menu.png") left no-repeat;
	background-position: 0px -36px;
	width: 18px;
	height: 18px;
	float: left;
	position: absolute;
}
.flagChild_open a {
	display:block;
	width: 18px;
	height: 18px;
}
.flagChild_open a:hover {
	background: url("/portal-theme/images/common/arrows_menu.png") left no-repeat;
	background-position: 0px -54px;
	float: left;
}

.flagChild_empty {
	background: url("/portal-theme/images/common/arrows_menu.png") left no-repeat;
	background-position: 0px -72px;
	width: 18px;
	height: 18px;
	float: left;
	position: absolute;
}

.linkMenuInternas{
	margin: 0;
	padding: 0;  
}

.linkMenuInternas ul li{
	font: bold 1em Helvetica-Neue,Verdana,Arial,sans-serif;
	list-style-type: none; 	
	padding: 3px 0 3px 5px;
	border-bottom: none;
    list-style: none outside none;
}
.linkMenuInternas ul li a {
	font: bold 1em Helvetica-Neue,Verdana,Arial,sans-serif;	 
	color: #0695bf; 
	text-decoration: none;
}
.linkMenuInternas ul li a:hover {
	color:#1dacdf;
}

.dropdown {
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -50px; /* Hides the drop down */
	text-align: left;
	padding: 10px 5px 10px 5px;
	/* Gradient background */
	background: white;
	top: 0;
	z-index: 1;
	margin-left: 50px;
	display: none;
}

.dropdown_1column {
	width: 140px;
}

.dropdown {
	width: 685px;
	margin-top: 27px;
	border: 1px dotted black;
}

.dropdown_3columns {
	width: 420px;
}

.dropdown_4columns {
	width: 560px;
}

.dropdown_5columns {
	width: 700px;
}

.linha {
	border-bottom: 1px dotted black;
}

.subitem {
	display: inline;
	float: left;
	position: relative;
	margin-right: 130px;
	margin-left: 5px;
	width: 190px;
	font-size: 1.1em;
	font-weight: bold;
}

.subdosub {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 330px;
	font-size: 0.7em;
    font-weight: normal;
}

.friendlyUrl {
	font-weight: bold;
	text-transform:uppercase;
}