/* Designed by o.s.s. */

#navlist {
	list-style-type: square;
	color: #FFFFFF;
	margin-left: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #FF862D;
	text-decoration: none;
}
#navlist-mozilla {
	list-style-type: square;
	color: #FFFFFF;
	margin-left: 15px;
}
