/* CSS Document */
#navcontainer ul
{
	list-style-type: none;
	text-align: left;


}

#navcontainer ul li a
{
background: transparent url(../Imagenes/punto_rojo_on.gif) no-repeat left center;
padding-left: 15px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #999;
}

#navcontainer ul li a:hover
{
background: transparent url(../Imagenes/punto_rojo.gif) no-repeat left center;
color: #990000;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666666;
}
