/* CSS Document */
#menup { 
width: 160px; 
}
#menup ul {
list-style-type: none; /*remove o marcador*/ 
margin: 0; /*remove o recuo IE e Opera*/ 
padding: 0; /*remove o recuo Mozilla e NN*/ 
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}
#menup li { 
    margin-bottom:1px;
}
#menup a {
font-weight:normal;
width:160px;
display: block;
padding: 2px 2px 2px 13px;
border-top-width:1px;
border-top-style:solid;
border-top-color:#CCCCCC;
color: #FFFFFF;
text-decoration: none;
voice-family: "\"}\"";  /*Box Model Hack*/
voice-family:inherit;
width:143px;
background-color:#164491;
}
#menup a:hover { 
color:#E2E6F1;
}
.menupTopico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:#193272;
	text-decoration: none;
	padding:5px 3px 5px 8px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#CCCCCC;
}