/*..MENU..*/
#titulo ul { list-style-type:none; }
#titulo li {
	font-weight:bold; 
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#itens ul { 	list-style-type:none;	 }
#itens li { 
/*	background:url(http://charges.uol.com.br/imagens/traco1.gif) bottom repeat-x;  */
	vertical-align:text-bottom;
}
#itens li a { 
	display:block; 
	cursor:pointer; 
	height:18px;  
	padding-left:10px; 
	text-decoration:none; 
	font-weight:bold; 
	color:#000000;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:3px;
	border-bottom-color:#CC0000;
	border-bottom-width:thin;
	border-bottom-style:solid;
}
#itens li a:hover { 
	background:#CC0000; 
	color:#FFFFFF;
	border-bottom-color:#CC0000;
	border-bottom-style:solid;
	border: 2px;}


.Verdana_12_pxb {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: bold 8px;
	background-image: "barras/barra_200x20.jpg" 
}

