#menu_list
{
	padding: 0;
	margin: 0;
}

#lev1
{
	font-size: 18px;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	margin-left: 8px;
	padding: 4px 0 4px 4px;
	border-bottom:solid 1px #999999;
	list-style-type:none;
}

#lev2
{
	font-weight: bolder;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 24px;
	padding: 4px 0 4px 0;
	list-style-type:none;
}

#lev3
{
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	margin-left: 32px;
	list-style-type:none;
}

#lev1 a:link { color: #003072; text-decoration: none; }
#lev1 a:active { color: #003072; text-decoration: none; }
#lev1 a:visited { color: #003072; text-decoration: none; }
#lev1 a:hover { color: #000000; text-decoration: underline; }

#lev2 a:link { color: #993400; text-decoration: none; font-weight: bold; }
#lev2 a:active { color: #993400; text-decoration: none; font-weight: bold; }
#lev2 a:visited { color: #993400; text-decoration: none; font-weight: bold; }
#lev2 a:hover { color: #000000; text-decoration: underline; font-weight: bold; }

#lev3 a:link { color: #993400; text-decoration: none; }
#lev3 a:active { color: #993400; text-decoration: none; }
#lev3 a:visited { color: #993400; text-decoration: none; }
#lev3 a:hover { color: #000000; text-decoration: underline; }