#navlist
{
	margin-left: 0;
	width: 140px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

#navlist li
{
	list-style: none;
	margin: 0;
	background-image: url(../graphics/button_back.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 7px;
	display: block;
	height: 35px;
}

#navlist li a:link
{
	text-decoration: none;
	color: #FFFF66;
}

#navlist a:visited 
{
	text-decoration: none;
	color: #FFFF66;


}
#navlist a:hover 
{
	color:#FFCC00;
	text-decoration: none; 

}
