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




.MegaMenu {
	background: #5d6b22 url(../media/images/menu.png) top no-repeat;
	height: 25px;
	width: 950px;
}

.MegaMenu a {

	}

.MegaMenu table a {
	color: #b6bc9c;
	text-decoration: none;
	}

.MegaMenu table a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.MegaMenu a.MegaMenuLink:link, .MegaMenu a.MegaMenuLink:visited {
	display: block;
	background: #5d6b22 url(../media/images/menu.png) top no-repeat;
	float: left;
	outline: none;
	z-index: 1000;
	height: 25px;
}
.MegaMenu a.MegaMenuLinkOff:link, .MegaMenu a.MegaMenuLinkOff:visited {
	display: block;
	background: #5d6b22 url(../media/images/menu.png) top no-repeat;
	float: left;
	outline: none;
	z-index: 1000;
	height: 25px;
}
.MegaMenu a.MegaMenuLinkOff:hover {

}
.MegaMenu a.MegaMenuLinkActive:link, .MegaMenu a.MegaMenuLinkActive:visited {

}

.MegaMenu #aboutus {
	margin-left: 480px;
	width: 66px;
	background-position: -480px 0px;
	text-indent: -2000px;
	}

.MegaMenu #aboutus:hover {
	background-position: -480px -25px;
	}

.MegaMenu #patient {
	width: 132px;
	background-position: -546px 0px;
	text-indent: -2000px;
	}

.MegaMenu #patient:hover {
	background-position: -546px -25px;
	}

.MegaMenu #services {
	width: 63px;
	background-position: -678px 0px;
	text-indent: -2000px;
	}

.MegaMenu #services:hover {
	background-position: -678px -25px;
	}

.MegaMenu #arsc {
	width: 114px;
	background-position: -741px 0px;
	text-indent: -2000px;
	}

.MegaMenu #arsc:hover {
	background-position: -741px -25px;
	}

.MegaMenu #contact {
	width: 85px;
	background-position: -855px 0px;
	text-indent: -2000px;
	}

.MegaMenu #contact:hover {
	background-position: -855px -25px;
	}

.MegaMenu .MegaMenuContent{
	display: none;
	width: 425px;
}
#MegaMenuContent, #MegaMenuContentShadow {
	background: #5d6b22;
	border: 1px solid #5d6b22;
	color: #fff;
	border-top: none;
	padding: 10px 10px;
	margin-left: 543px;
	position: absolute;
	z-index: 10;
}
#MegaMenuContentShadow {
   background: #111;
   margin-left: 549px;
   margin-top: 4px;
   z-index: 9;
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);
}

.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;
}

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

