.megamenu {
	position: absolute;
	left: 200;
	top: 0;
	display: none;
	background: white;
	border: 1px solid #edece8;
	border-width: 1px 1px;
	border:1px solid #edece8;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 11px;
	font: bold 9px Arial;
	color: #9d9b9c;
	z-index: 100;
}

.megamenu .column {
	float: left;
	width: 175px; /* width of each menu column */
	/* width: auto;  Used to make each colum auto-size based on content - a.p. */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.megamenu .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.megamenu .column ul li {
	padding-bottom: 5px;
	margin-left:5px;
}
.megamenu .column h3 {
	/* background: #e0e0e0; */
    font: bold 11px Arial;
	color: #686866;
	margin: 0 0 5px 0;
}
.megamenu .column ul li a {
	text-decoration: none;
	color: #9d9b9c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.megamenu .column ul li a:hover {
	color: #55b83f;
}
