/* CSS Document */

#left ul {
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
}
#left ul li,
#left ul li a {
	padding			: 0;
	font-size		: 10px;
	color			: #b8bcb2;
	text-decoration	: none;
}
#left ul li#on a {
	color			: #cc9900;
}
#left ul li a:hover {
	color			: #cc9900;
}

#right {
	font-size		: 10px;
}

#right a {
	font-size		: 10px;
	text-decoration	: none;
	color			: #000000;
}

