#menu_list
{
	padding: 0;
	margin: 0;
}

#lev1
{
	font-size: 14px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin-left: 16px;
	padding: 12px 0 4px 4px;
	border-bottom:solid 1px #999999;
	list-style-type:none;
	list-style-image: url(../images/menu_arrow.gif);
}

#lev2
{
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin-left: 24px;
	padding: 8px 0 4px 0;
	list-style-type:none;
}

#lev3
{
	font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
	margin-left: 32px;
	list-style-type:none;
}

#lev1 a:link { color: #4f4b93; text-decoration: none; font-weight: bold;}
#lev1 a:active { color: #4f4b93; text-decoration: none; font-weight: bold;}
#lev1 a:visited { color: #4f4b93; text-decoration: none; font-weight: bold;}
#lev1 a:hover { color: #000000; text-decoration: underline; font-weight: bold;}

#lev2 a:link { color: #4f4b93; text-decoration: none; font-weight: bold; }
#lev2 a:active { color: #4f4b93; text-decoration: none; font-weight: bold; }
#lev2 a:visited { color: #4f4b93; text-decoration: none; font-weight: bold; }
#lev2 a:hover { color: #000000; text-decoration: underline; font-weight: bold; }

#lev3 a:link { color: #4f4b93; text-decoration: none; }
#lev3 a:active { color: #4f4b93; text-decoration: none; }
#lev3 a:visited { color: #4f4b93; text-decoration: none; }
#lev3 a:hover { color: #000000; text-decoration: underline; }