/* CSS Document */

#menu_lista_conte {
width: 160px; /*200*/
float:left;
}

#menu_lista_conte ul
{
font-family: Arial, Helvetica, sans-serif;
list-style-type: circle;
list-style-position:inside;
margin:0;
padding:0;
}
#menu_lista_conte li
{
display: inline;
/* for IE5 and IE6 */
}

#menu_lista_conte a
{
color: #666;   /*#6E1E28*/
text-decoration: none;
font-size: 12px;
display: block;
padding: 3px;
width: 150px; /*160*/
background-color: #CCC; /**/
border-bottom: 1px dashed #fff;  /*1px solid #fff*/
}

#menu_lista_conte a:link, #menu_lista_conte a:visited
{
color: #666; /*#483000*/
text-decoration: none;
}

#menu_lista_conte a:hover, #menu_lista_conte a:active, #menu_lista_conte a:focus
{
border-left: 3px solid #ccc; /*#901818*/
color: #fff;
background: #666;
}

/*
#menu_lista_conte li a#current
{
border-left: 3px solid #901818;
background: #F0F0F0;
color: #6E1E28;
font-weight: bold;
} */


