.Popmenu {
	display:none;
	position:absolute;	
	width:170px;
	background-repeat:repeat-x;
	background-position:left top;
	border-style:solid;
	border-color:#DADADA;
	background-color:#FFF;
	border-width:0px 1px 1px 0px;
	z-index:30;
	color:#FF7800;
	font-weight:bold;
}

.Popmenu a {
	display:block;
    font-family:"Verdana";
    font-size:10px;
	text-decoration:none;
		max-width:168px;
	padding-left:13px;
    color:#999;
	line-height:26px;
	background-repeat:no-repeat;
	background-position:left bottom;	
	border:solid 1px #DADADA;
	border-bottom:0px;
}

.Popmenu a:hover {
background-color:#FFF9EC;
} 

.Popmenu .separador {
	height:2px;
	overflow:hidden;
	margin-left:13px;
	margin-right:13px;
	width:157px;
	display:block;
	background-repeat:repeat-x;
}

#menu-topo-link {
padding-top:0px;
padding-bottom:0px;
}

#menu-topo-link a{
	margin:0px;
	padding:0px;
	display:block;
	height:26px;
		max-width:168px;
	line-height:26px;
	font-size:10px;
	color:#FF7800;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-family:"Verdana";
	border:solid 1px #DADADA;
	border-bottom:0px;
	font-weight:bold;
	position:relative;
	
}

#menu-topo-link a:hover{
	background-color:#F7F7F7;
	
}