@charset "UTF-8";
/* CSS Document */

ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

ul ul li a {
	color: #990000;
	font-weight: normal;
}

ul ul ul li a{
	color: #666666;
	font-weight: normal;
}

