body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#navlist {  
	margin-left: 0;
	padding-left: 36px;
	list-style: none;
}
#navlist li {
	padding-left: 9px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.35em;
	padding-bottom: 2px;
}

a:link {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #333366;
}