table.land {
	position: absolute;
	display: none;
	}
div.cont {
	width: 100;
	cursor: pointer;
	font-weight: bold;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	padding: 4px;
	color: #336699;
	}
ul {
	margin: 5;
	padding: 2;
	list-style: none;
	width: 108px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
	}	
/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #336699;
	background: ##E3E1E2; /* IE6 Bug */
	padding: 3px;
	border: 0px solid #ccc;
	border-bottom: 0;
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul li a:hover { color: #000000; background: #DDDDDD; } /* Hover Styles */
li:hover ul, li.over ul { display: block; } /* The magic */