#icons { 
	position: absolute;
	text-align:right;
	padding-top:6px;
	z-index:30000;
    width:50px;
    left:100%;
    margin-left: -52px;
    top: 83px;
    /*top: 48px; Intranet - sem barra*/
}
.usuario {
	text-align: right;
	padding-right: 15px;
}
#menu { 
	height:24px;
	background-image:url(../images/bg_menu.gif) !important;
}
#udm * {
	list-style: none;
	cursor: pointer;
}
#udm {
	padding: 0.4em 0 0 0;
	margin: 0 0 0 1em;
	width: 800px;
	height: 24px;
}
#udm a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border: none;
	height: auto;
}
#udm li {
	float: left;
	margin: 0 1em 0 0;
	padding: 2px;
}
#udm li a {
	font-weight: bold;
	color: #fff;
	padding: 0 1em 0 0;
}
#udm li a.categoria {
	background: url(../images/tab_seta.gif) no-repeat center right;
}
#udm ul a {
	color: #000;
	font-weight: normal;
	padding: 0.3em 1em 0.3em 0;
	border-bottom: 1px solid #ccc;
}
#udm ul a.categoria {
	background: url(../images/t_seta.gif) no-repeat center right;	
}
#udm li ul {
	position: absolute;
	left: -999em;
	width: 13.9em;
	height: auto;
	margin: 0 0 0 0.3em;
	padding: 0;
	background-color: #fff;
	border: solid #696 0.1em;
	clear: both;
}
#udm li li {
	width: 13.5em;
	padding: 0.2em;
}
#udm li li.over {
	background-color: #f5f5f5;
}
#udm li li li.over {
	background-color: #fff;
}
#udm li ul ul {
	margin: -2.2em 0 0 14em;
}
#udm li:hover ul ul,
#udm li:hover ul ul ul,
#menu .navfxenabled li:hover ul,
#menu .navfxenabled li:hover ul ul,
#menu .navfxenabled li:hover ul ul ul,
#menu .navfxenabled li.over ul ul,
#menu .navfxenabled li.over ul ul ul {
	left: -999em;
}
#udm li:hover ul, 
#menu .navfxenabled li.over ul {
	left: auto;
}
#udm li li:hover ul,
#udm li li li:hover ul,
#menu .navfxenabled li li.over ul,
#menu .navfxenabled li li li.over ul {
	left: -2px;
}
#menu li li.over ul.leftover,
#menu .navfxenabled li li li.over ul.leftover,
#menu .navfxenabled li li li li.over ul.leftover {
	left: -28.44em;
}
#menu #udm ul li a.over,
#udm ul li a:hover,
#udm ul li a:focus {
	background-color: #f5f5f5;
}