/*jQuery MegaMenu Plugin
  Author: Devadatta Sahoo
  Author URI: http://www.geektantra.com */

.MegaMenu {
	margin-bottom: -1px;
	}
.MegaMenu a.MegaMenuLink, .MegaMenu a.MegaMenuLinkOff, .MegaMenu a.MegaMenuLinkActive {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 18px;
	margin: 8px 23px 0px 20px;
	padding: 0px 4px 8px 4px;
	z-index: 1000;
	}
.MegaMenu a.MegaMenuLink:hover, .MegaMenu a.MegaMenuLinkActive {
	color: #888eb0;
	background: #fafbfc;
	}
.MegaMenu .MegaMenuContent {
	display: none;
	}
#MegaMenuContent {
	background: url(/pic/bg_menu.png);
	border: 1px solid #868eb3;
	border-top: none;
	padding: 10px 0px;
	position: absolute;
	z-index: 10;
	}

