.submenu a {
    background-color: #CED0CD;
}
.texto_menor{
font: 400 12px 'trebuchet ms', arial, sans-serif;
padding: 3px;

}

.selecionado{
display: block;
	text-decoration: none;
	color: #2a2a2a;
	background: #fbfbfc;
	padding: 3px;
	border-top:#b7b7b6 1px dotted;
	border-bottom: 0;
	font: 400 14px 'trebuchet ms', arial, sans-serif;
	
}

.fora{
font: 400 14px 'trebuchet ms', arial, sans-serif;
border-top:#b7b7b6 1px dotted;

color: #2a2a2a;
	background: #fbfbfc;
    padding: 3px;

}

ul {	margin: 0;	padding: 0;	list-style: none;	width: 150px;			}	ul li {	position: relative;		}	li ul {	position: absolute;	left: 205px;	top: 0;	display: none;	width: 100px;	background: #f9f9fa;		background-color: #f9f9fa;		color: #f9f9fa;	background: #f9f9fa;			}		ul li a {	display: block;	text-decoration: none;	color: #2a2a2a;	background: #fbfbfc;	padding: 3px;
				}		ul li a:hover {	text-decoration: none;		color: #4c4c4c;
        background-color: #CED0CD;
        			}	ul {	margin: 0;	padding: 0;	list-style: none;	width: 205px;	border-bottom: #b7b7b6 1px dotted;		}		li:hover ul { display: block; 	}			li:hover ul, li.over ul { 	display: block;		font: 400 14px 'trebuchet ms', arial, sans-serif;			 }		/* Fix IE. Hide from IE Mac \*/* html ul li { float: right; height: 1%; }* html ul li a { height: 1%; }/* End */