#nav{
	position:relative;
	display:block;
	z-index:4;
	font-size:9px;
}
.li_href{
	width:300px;
	margin-left:10px;
	margin-top:3px;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	font-weight:bold;
	font-size:11px;
}

.ul {
	background-color:#FFFFFF;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.li {
	float: left;
	position: relative;
}
.li ul {
	position: absolute;
	left: 0px;
}
.li>ul {
	top: auto;
	left: 0px;
}
.li ul{

	border:1px #CCCCCC solid;
	width:auto;
	margin-left:0px;
	top:20px;
}
.ul_rolagem{
	width:185px;
	height:182px;
	overflow:scroll;
	overflow-x:hidden;
	background-color:#F2F2F2;
	position:absolute;
	z-index:5;
	opacity:0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}


