/*jQuery MegaMenu Plugin
  Author: Devadatta Sahoo
  Author URI: http://www.geektantra.com */
.MegaMenu 
{
   background-image: url(/img/icons/menu/edges.png); 
   width: 950px;
   height: 60px;
   padding-left: 50px;
   margin-top: 10px;
   margin-left: auto;
   margin-right: auto;
}
.MegaMenu a.MegaMenuLink:link, .MegaMenu a.MegaMenuLink:visited {
   display: inline-block;
   float:left;
   color: #FFF;
   text-decoration: none;
   outline: none;
   z-index: 1000;
   height: 60px;
   }
.MegaMenu a.MegaMenuLinkOff:link, .MegaMenu a.MegaMenuLinkOff:visited {

   display: inline-block;
   float:left;
   color: #FFF;
   text-decoration: none;
   outline: none;
   z-index: 1000;
   height: 60px;
} 
.MegaMenu a.MegaMenuLinkOff:hover 
{
   background-image: url(/img/mm_hover.png);   
   color: #FFF;
   /*margin: 0px;
   padding: 4px 18px 4px 17px;*/
}
.MegaMenu a.MegaMenuLinkActive:link, .MegaMenu a.MegaMenuLinkActive:visited {
   background: #375368;
   color: #FFF;

}
.MegaMenu .MegaMenuContent{
   display: none;
}
#MegaMenuContent, #MegaMenuContentShadow {
   padding: 10px 10px;
   position: absolute;
   height: 290px;
   margin-left: 15px;
   margin-top: -1px;
   z-index: 10;
   background-image:url(/img/menu_bg.jpg);

}
.MegaMenuTable {

}
.MegaMenuTable th {
  text-align: left;
  font-family:helvetica;
  font-weight:100;
  font-size:36px;
  margin: 0px;
}
.MegaMenuTable .MegaMenuHead {
  padding: 0px 5px 5px;
  color:#FFF;
}
.MegaMenuTable td {
  vertical-align: top;
  width: 280px;
}
.MegaMenuTable td.LastCell {
  border: none;
  width: 350px;
}
.MegaMenuTable {
  cursor: default;
}
.MegaMenuTable a {
  cursor: pointer;
}
.MegaMenuTable .MegaMenuLists {
  margin: 0px 15px;
  padding: 0px;
  color: #FFF;
  list-style-type: none;
}
.MegaMenuLists li {
  margin: 5px 0px 12px;
  font-weight: bold;
  font-size: 18px;
  font-weight:700;
  font-family:helvetica;
  line-height: 90%;
  display:block;
}
.MegaMenuLists li.lists {
  margin: 5px 0px 10px;
  font-weight: bold;
  font-size: 13px;
  font-weight:700;
  font-family:helvetica;
  line-height: 65%;
  display:block;
}
.MegaMenuLists li a {
	text-decoration:none;
	color:#FFF;
	display:block;
}
.MegaMenuLists li a:hover {
    color:#35acc5;
}
.MegaMenuTable p {
	color:#FFF;
	font-family:helvetica;
	font-weight:300;
	font-size: 14px;
	display:block;
}
/*Non IE CSS Starts*/
html>body .MegaMenu a.MegaMenuLink:link,html>body .MegaMenu a.MegaMenuLink:visited {
   position: relative;
}
html>body #MegaMenuContent, html>body #MegaMenuContentShadow {
}
