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


*/

ul.megamenu {
  background: #fff ;
  border-top: 1px solid #000;
  border-bottom: 3px solid #000;
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  display: none;
  text-transform: uppercase;
}

ul.megamenu li.mm-item {
}

ul.megamenu li {
  margin: 0;
  padding: 0;
}

ul.megamenu li.noborder {
    background: transparent
}

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: relative;
  display: inline-block;
  color: #000;
  font-weight: 500;
  padding: 10px 13px 10px 0px;
  margin: 0px 0 0px 0px;
  text-decoration: none;
  z-index: 10;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-size: 15px;
  text-shadow: 0 -1px 0 #ccc;
}

*html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {


}

ul.megamenu .current a.mm-item-link:link, ul.megamenu .current a.mm-item-link:visited {
    color: #cc0000;
	text-shadow: none;
}

ul.megamenu .current a.mm-item-link-hover:link, ul.megamenu .current a.mm-item-link-hover:visited {
  color: #d51b24;
  background: #f7f7f7;
  text-shadow:0 -1px 0 #fff;
  border-top: solid 1px #fff;

}

ul.megamenu  a.mm-item-link-hover:link, ul.megamenu  a.mm-item-link-hover:visited {
  color: #d51b24;
  background: #f7f7f7;
  text-shadow:0 -1px 0 #fff;
  border-top: solid 1px
}

ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #d51b24;
  background:#fff;
  text-shadow:0 -1px 0 #fff;
  border-top: solid 1px #fff;
}

ul.megamenu div.mm-item-content {
  background: #FFF;
  padding: 0px;
  position: absolute;
  border: 0px solid #ddd;
  border-top:0;
  z-index: 9;
}

.mm-content-base {
 background: #f7f7f7 url("../images/menu_content_background.xpng") repeat-x scroll left bottom;
    border-left: 1px solid #222;
        border-bottom: 3px solid #222;
        border-right:  1px solid #222;
    box-shadow: none;
    padding: 10px;
    z-index: 11;
}

.menu_border_background {
  background:  url(../images/menu_border_background.png) repeat-y top left;

}
.mm-js-shadow {
  display: none;
}

.menubox {
    width: 998px; margin-left:-3px;
}

.menubox .col1 {
    width:213px;
    padding-right:15px;
    margin-right:15px;
}
.menubox .last { background: transparent; margin-right:0;
    }

.menubox .col1 ul, .menubox .col1 ul li { background: transparent}

.menubox .col1 ul li {
	list-style:none;
	font-size:1em;
	background:url(../images/bullet_square.png) no-repeat 0 3px;
	margin:0 0 8px;
	padding:0 0 0 18px;
}

.menubox h2.label, .menubox h2.label span { background: transparent; font-weight: bold;}
.menubox h2.label a { text-decoration: none; color:#444;}
.menubox h2.label a:hover { text-decoration: underline;}
.menubox img { margin-bottom:10px; }
.menubox h4 { margin-bottom:5px;}

.megamenu .marketIndicators {
    margin:00 0 10px;
    font-size:1em
}
.megamenu .marketIndicators td  {
    border:0;
    padding:0 0 4px 0
}
.megamenu .marketIndicators .label,.marketIndicators .label span {
color:#444;
}

.megamenu  .marketIndicators .label {
    margin-top:0;
}

.mm-dropper {
 list-style: none;
 list-style-position: inside;
  padding: 0 10px;
    width: 200px;
}

.mm-dropper-item {
 padding:5px;
}

.mm-dropper li {
border-bottom: 1px dotted #ddd;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}


.mm-dropper li a:hover {
color:#B8262E;
text-decoration: none;
}

