@charset "UTF-8";
/* CSS Document */

/* Navigation CSS */

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid white;
	width: 230px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid white;
}

#navlist li a {
	font-family: "trebuchet ms";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a{
	font-family: "trebuchet ms";
	font-size: 12px;
	color: #99FF99;
	font-weight: bold;
}

a:hover{
	font-family: "trebuchet ms";
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
