.megamenu {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	z-index: 100;
	height: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8cc63e;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: white;
	background-image: url(../img/bg_menu.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#support_mm {
	background-image: url(../img/bg_menu_alt.gif);
}
#markets_mm, #partners_mm {
	background-image: url(../img/bg_menu_alt_2.gif);
}
.megamenu .column {
	float: left;
	width: 170px; /*width of each menu column*/
	height: 350px; /*width of each menu column*/
	margin-right: 5px;
	overflow: hidden;
}
.megamenu .logocolumn {
	background-image: url(../img/bg_menu_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 150px;
}
.megamenu .column_3 {
	float: left;
	width: 190px; /*width of each menu column*/
	height: 170px;
	margin: 0px;
	padding: 0px;
}

.megamenu .column ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}

.megamenu .column ul li{
	padding-bottom: 2px;
	text-align: left;
	padding-left: 5px;
	padding-top: 0px;
}

.megamenu .column h3{
	text-align: left;
	display: block;
	font-size: 13px;
	width: 140px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	line-height: 130%;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.megamenu .column h3 a {
	color: #333;
	text-decoration: none;
}
.megamenu .column h3.clearheader {
	background: #FFF;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.megamenu .column a {
	text-decoration: none;
	color: #3b5998;
}

.megamenu .column ul li a:hover{
	color: 3b5998;
	text-decoration: underline;
}
.megamenu ul li {
	margin-bottom: 3px;
}
