#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:26px;
        }


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


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