/** ---------- TOP MENU ---------------------------------------------------- */
.cm-master-topmenu * {
	margin:0;
	padding:0;
}
.cm-master-topmenu {
	width: 100%;
	display: table;
	height: 37px;
}
.cm-master-topmenu-row {
	display: table-row;
	background-image: url('images/barra_menusuperior.png');
	background-repeat: repeat-x;
	vertical-align: middle;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	display:block;
}
.cm-master-topmenu-left {
	display: table-cell;
	width: 30px;
	height: 37px;	
	vertical-align: top;
}
.cm-master-topmenu-right {
	display: table-cell;
	width: 30px;
	height: 37px;
	vertical-align: top;
}
.cm-master-topmenu-left-image {
	display: table-cell;
	width: 60px;
	vertical-align: middle;
	/* padding-top: 3px; */
}
.cm-master-topmenu-left-image a {
background-image: url('images/icon_home.png');
	width:40px;
	height:31px;
	display:block;
}
.cm-master-topmenu-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.cm-master-topmenu-content-link .cm-master-topmenu-content-link a, .cm-master-topmenu-content-link a:link, .cm-master-topmenu-content-link a:hover {
	width: 153px;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt; /*Z*/
	color: white!important;
	text-transform: uppercase;
	text-decoration: none;
}
.cm-master-topmenu-content-div, .cm-master-topmenu-content-div a, .cm-master-topmenu-content-div a:link {
	//min-width: 153px;
	height: 37px;
	vertical-align: middle;
	color: black;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9pt; /*Z*/
	text-transform: uppercase;
	text-decoration: none;
	text-align: -webkit-center;
}
/* cm-master-topmenu-selectd, to style the menu option when we are actually on that page. */
.cm-master-topmenu-selected, .cm-master-topmenu-selected a, .cm-master-topmenu-content-div a:hover {
	background-color: #013F78;
	color: white!important;
	height: 37px;
	text-align: center;
	text-align: -webkit-center;
	display: table-cell;
}
.cm-master-topmenu-content-div a:hover {
	width:153px;
}
.cm-master-topmenu-selected a {
	cursor:default;
}
