/* CSS Document */
 #navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#navlist li
{
padding-left: 10px;
/*background-image: url(../images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;*/
}

#navlist .active
{
background-image: url(../images/arrow2.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist .on {
	color:#FF8000;
	text-decoration:none;
	}

#navlist a 
{
text-decoration:none;
color:#371C00;
line-height:0.9em;
}

#navlist a:hover 
{
color:#FF8000;
}

	