a#megaanchor {
	display: block;
	width: 147px;
	height: 32px;
	background: transparent url(http://cdn.envient.com/envient.network.btn.png) no-repeat;
	position: fixed;
	top: 0px;
	left: 2px;
	border: none;
	z-index: 9999;
}

.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 5px;
	z-index: 9999;
	background-color: rgb(195,195,195);
	background-color: rgba(195,195,195,.3);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.megamenuinside {
	padding: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #333;
	opacity: 0.99;
}

.megamenu .l {
	float: left;
	width: 125px!important;
}

.megamenu .r {
	float: right;
	border-left: 1px solid #444;
	margin-top: 24px;
	padding-left: 28px;
}

.megamenu a {
	font: normal 12px/25px Geneva, Arial, Helvetica, Tahoma;
	color: #eee;
	border: none;
}

.megamenu .column{
	width: 208px;
	margin-right: 5px;
}

.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.megamenu .column ul li{
	font: normal 11px/25px Geneva, Arial, Helvetica, Tahoma; color: #999;
	margin-left: -7px;
	text-align: left!important;
}

.megamenu .column h3{
	font: bold 12px Geneva, Arial, Helvetica, Tahoma;
	margin: 0 0 8px 0;
	color: #ff9400;
	text-align: left!important;
	text-shadow: none;
}

.megamenu .column ul li a{
	text-decoration: none;
	padding: 3px 7px 4px 7px;
}

.megamenu .column ul li a:hover{
	background-color: #444;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}