/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com

body {
  font-family: "Arial";
  font-size: 13px;
  margin: 0px;
}*/

ul.megamenu {

 width: 100%;
  margin: 0px;
  padding: 5px 10px;
  list-style: none;
  display: none;
  font-size: 12px;
   
}
ul.megamenu li.mm-item {
	padding-top: 3px;
	list-style: none;
}

ul.megamenu li {
  margin: 0px;
  padding: 0px;
}

ul.megamenu li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
	position: static;
	display: block;
	color: #0b4484;
	padding: 8px 15px;
	margin: 0px 3px 0px 0px;
	text-decoration: none;
	z-index: 10;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #fff;
  background: #0b4484;
  border-top: 1px solid #0b4484;
  border-left: 1px solid #0b4484;
  border-right: 1px solid #0b4484;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}

 a.mm-item-link-hover:active {
  color: #fff;
  background: #0b4484;
  border-top: 1px solid #0b4484;
  border-left: 1px solid #0b4484;
  border-right: 1px solid #0b4484;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}

ul.megamenu div.mm-item-content {
  background: #FFF;
  padding: 0px;
  position: absolute;
  border: 1px solid #777;
  z-index: 907;
}

.mm-content-base {
  background: #FFF;
  position: relative;

  padding: 10px;
z-index: 907;
}
.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 905;

}
#megamenu .selected 
 {
	 color: #fff;
  background: #0b4484;
  border-top: 1px solid #0b4484;
  border-left: 1px solid #0b4484;
  border-right: 1px solid #0b4484;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}

ul.OrangeArrow{
	list-style-image: url('../Images/orangebullet.gif');
	line-height: 22px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-top: 1px;
	margin: 6px;
	font-size: 11px;
	
}
ul li
{
    list-style-type: none;
   
}
.More{
background: #e9f0f6;
text-align: right;
font-size: 11px;
height: 22px;
vertical-align: middle;
}
.More  a:link,  .More a:hover,  .More  a:active,  .More  a:visited{
font-size: 11px;
text-decoration: underline;
color: #0b4484;
}
