

#menu{
	width:200px;
	margin:0px;
	margin:0;
	padding:0;
}

#menu ul{
list-style:none;
		}

#menu li{
list-style:none;
display:block;
background:url(imagens/menu_01.jpg) no-repeat;
text-indent:30px;
        }


#menu li a{
	list-style:none;
	display:block;
	color:#003100;
	font-size:11px;
	text-decoration:none;
	height:30px;
	line-height:30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
			}


#menu li a:hover{
	background:url(imagens/menu_02.jpg) no-repeat;
	height:30px;
	line-height:30px;
	color:#000F00;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
                }
				
