
#menu{
	width:210px;
	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:#000;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
	height:32px;
	line-height:32px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
			}


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



