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

ul.megamenu {
  background-color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #B10000;
  margin: 0px auto;
  padding: 0px 1px;
  list-style: none;
  display: none;
}

ul.megamenu li.mm-item {
}

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: relative;
  display: inline-block;
  color: #06344b;
  padding: 5px 10px;
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  z-index: 1000;
  font-size: 12px;
  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: #444;
  background: #FFF;
  border-top: 1px solid #B10000;
  border-left: 1px solid #B10000;
  border-right: 1px solid #B10000;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

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

.mm-content-base {
  background: #FFF;
  position: relative;
  z-index: 1001;
  padding: 10px;
}
.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 1000;
}

#navcontainer { 
width: 300px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 294px;
background-color: #fff;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #06344b;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #eee;
color: #06344b;
}

.MegaMenuHead {
  padding: 0px 0px 5px;
  border-bottom: 1px solid #777;
  min-width:150px;
}