@charset "utf-8";
/* CSS Document */

#links ul {
        list-style-type: none;
        width: 577px;
} 

#links li a { 
        color: #666666;
        display: block;
        padding: 12px;
        text-decoration: none;
}

 * html #links li a {  /* make hover effect work in IE */
	width: 577px;
}

#links li a:hover { background-image:url(../imagens/fundos/fundo-news-select.png);}

