.menu ul        { text-decoration: none; list-style-type: none; list-style-position: inside; margin: 0px; padding: 0px; width: 150px; display: block }
	
.menu ul li   {
	position: relative;
	text-indent: 0px;
	padding: 0px;
	line-height: 8pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.menu ul li a       {
	color: #06063f;
	font-size: 9pt;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #6b3502;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-indent: 0px;
	line-height: 8pt;
	margin: 0px;
}
	
.menu ul a:hover    {
	color: #06063f;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}
/* Fix IE. Hide from IE Mac \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%; }
/* End */

.menu li:hover ul, li.over ul { display: block; } /* The magic */

.menu      {
	background-color: #f3e3ce;
	z-index: 100;
	width: 150px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}
.menu p {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12pt;
	font-weight: normal;
	text-indent: 5px;
}
