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



.MegaMenu {
   margin-bottom: -1px;
}

.MegaMenu a.MegaMenuLink:link, .MegaMenu a.MegaMenuLink:visited, .MegaMenu a.MegaMenuLink:hover {
	 background:url('/images/arrows/nav_black_arrow.gif') no-repeat 90% 50%;
	 padding:7px 28px 6px 18px;
	 margin:0;
   display: block;
	 float:left;
   color: #000;
   text-decoration: none;
   font-size: 12px;
   outline: none;
   z-index: 1000;
	 font-family:"Georgia",Trebuchet MS,Arial,sans-serif;
	 border-left:#acd0e9 solid 1px;
}

.MegaMenu a.MegaMenuLinkOff, .MegaMenu a.MegaMenuLinkOff:visited {
	 padding:7px 13px 6px 18px;
	 margin:0;
	 font-family:"Georgia",Trebuchet MS,Arial,sans-serif;
   display: block;
	 float:left;
   color: #000;
   text-decoration: none;
   font-size: 12px;
   outline: none;
   z-index: 1000;
	 border-left:#acd0e9 solid 1px;
}
.MegaMenu a.MegaMenuLinkOff:hover {
   background: #EEE;
   color: #555;
}
.MegaMenu a.MegaMenuLinkActive:link, .MegaMenu a.MegaMenuLinkActive:visited {
	 background:url('/images/arrows/nav_black_arrow.gif') #EEE no-repeat 90% 50%; 
   color: #555;
   border-bottom: none;
}
.MegaMenu .MegaMenuContent{
   display: none;
}
#MegaMenuContent {
   background: #EEE; 
   border-bottom: 1px solid #b6d1e3;
	 border-left: 1px solid #b6d1e3;
	 border-right: 1px solid #b6d1e3;
   padding: 0 10px 10px 10px;
   margin:0 0 0 0;
	 left:auto;
   position: absolute;
	 width:930px !important;
   z-index: 10;
	 display:block;
}
#MegaMenuContentShadow {
	 position: absolute;
	 width:952px !important;
   padding:10px 0 15px 0;
	 margin:0;
	 background:url('/images/shadow_large.png') no-repeat bottom center;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		z-index:2;
}
.MegaMenuWrapper.col1 {
	display:inline-block;
	margin:10px 0 0 0px;
	padding:0 20px 0 0;
	vertical-align: top;
	width:172px;
	border:0;
}

.MegaMenuWrapper.col2 {
	border-left:1px #FFF solid;
	width:172px;
	display:inline-block;
	margin:10px 0 0 15px;
	padding:0 20px 0 0;
	vertical-align: top;
}

.MegaMenuWrapper.col3 {
	background: #CCC; 
	border:0;
	display:inline-block;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	vertical-align: top;
	width:522px;
	float:right;
}
.MegaMenuWrapper.col3 .MegaMenuLists{
	text-align:left !important;
}
.MegaMenuWrapper ul li p{
  font-weight:normal;
	color:#000;
	font-size:11px;
	padding:0;
	margin:0 0 0 0;
	display:inline-block;
}
.MegaMenuWrapper ul li p a{
	color:#000 !important;
}
.MegaMenuWrapper ul li h4 a{
	font-family:"Arial", Helvetica, sans-serif;
  font-weight:bold;
	color:#0c4063 !important;
	display:inline-block;
	clear:both;
	font-size:12px;
	padding:0 0 0 0;
	margin:10px 0 5px 0;
}

.MegaMenuFaqTitle{
	clear:both;
	color:#0C4063 !important;
	display:inline-block;
	font-family:"Arial",Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:10px 0 5px;
	padding:0;
}

.MegaMenuWrapper ul li {
	padding:0;
	margin:0;
	
}
.MegaMenuWrapper .MegaMenuHead {
  padding: 0px 15px 5px;
	margin:0 10px 0 0;
  border-bottom: 5px solid #EEE;
}
.MenuFoot div {
  border-top: 1px solid #CCC;
  margin: 10px 10px 5px 10px; 
  font-size: 10px;
  color: #555;
  padding: 10px 0px 0px 0px;
}
.MenuFoot h2 {
  padding: 0px 0px 3px 0px;
  margin: 0px;
  font-size: 14px;
  color: #000;
}
.MegaMenuWrapper {
  cursor: default;
}
.MegaMenuWrapper a {
  cursor: pointer;
}
.MegaMenuWrapper .MegaMenuLists {
	position:relative;
	top:0;
  margin: 0px 15px;
  padding: 0px;
  color: #BBB;
  list-style-type: square;
  list-style-position: inside;
	float:left;
}

/*Non IE CSS Starts*/
html>body .MegaMenu a.MegaMenuLink:link,html>body .MegaMenu a.MegaMenuLink:visited {
   position: relative;
}
html>body #MegaMenuContent, html>body #MegaMenuContentShadow {
}

