#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;

}

#navlist li 
{
padding-left: 25px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
line-height:175%;
}

#navlist li  a
{
	color:#666666;
}

#navlist li#active  a
{
	color:#BF0000;
	font-weight:bold;
}

#navlist li  a:hover
{
	color:#BF0000;
}
