/*debut*/
#navcontainer { width: 160px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 0.5px;
width: 160px;
/*background-color: #000000;*/
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
/*color: #000000;   */
color: #F4A460;
text-decoration: none;
font-size: 13 px;
font-style: normal;
font-weight: bolder;
}

#navcontainer a:hover
{
background-color: #000000;
color: red;
}








