p {padding-left: 20px; margin: 0; }


ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

ul a {
	display: block;
	color: #000066;
	background-color:#ffffff;
	text-decoration: none;
	padding: 13px 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #000066;
	width: 220px;
	font-weight: bolder;
}
ul a:hover {
	color: #cc0000;
	background-color: #eeeeee;
}

ul ul {
	list-style-type: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}

ul ul a {
	display: block;
	background-color: #ffffff;
	text-decoration: none;
	border-top-style: none;
	padding-left: 26px;
	width: 204px;
	font-weight: normal;
}
ul ul a:hover {
	background-color: #eeeeee;
	
}

ul ul ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}
ul ul ul a {display: block; background-color: #ffffff; padding-left: 46px; width: 184px; }
ul ul ul a:hover { background-color:#ececec; font-size: 12px; }


body {
	margin-left: 0px;
	margin-top: 0px;
}
