@charset "iso-8859-1";
/* CSS Document */

.menu {
	width:180px;
	height:980px;
	padding-left:20px;
	padding-top:20px;
	background-image:url(../imagens/fundo_menu.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	text-align:left;
			
}

.li_menu {
	display:list-item;
	border:0;
	margin:0;
	padding:0;
	list-style-type: none;
	line-height:1.5em;
	font-size: 100%;
}

.li_class {font-size:90%;

}

.ti_menu {
	display:block;
        width:175px; 
	font-weight:bold;
	font-style:italic;
	color:#646400;
	background-image: url(../imagens/bg_titulo_menu.gif);
	background-repeat: no-repeat;
	text-align:left;
	padding-left:20px;
}