@charset "utf-8";
/* CSS Document */

#teste{
}

#teste ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family:verdana;
	font-size:12px;
	width:116px;
	height:27px;
	line-height:26px;
	text-indent:10px;
}
	
#teste ul a{
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	background:url(imagens/1.png);
		}
#teste ul a:hover{
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:url(imagens/2.png);
		}

