body {
	font: normal 9pt sans-serif;
	line-height: 150%;
	margin: 50px 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	}
	
div#cont {
	width: 797px;
	height: 448px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #e4deff;
	background: url(images/front1.jpg);
}

div#men {
	border: 1px solid #000;
	margin: 182px 0 0 455px;
	width: 300px;
}

div#cr {
	margin: 10px auto;
	font-size: 9px;
	color: #999;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 132px; /* Width of Menu Items */
	border-bottom: 1px solid #000;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 131px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #ccc;
	background: #000; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #000; /* IE6 Bug */
	border-bottom: 0;
	}

ul li a:hover {
	color: #fff;
}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */