/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/
body {
  font-family: ÔLucida Sans UnicodeÕ, ÔLucida GrandeÕ, sans-serif;
  font-size: 13px;
  margin: 0px;
}
ul.megamenu {
 /* background-color: #D9D9D9	;
  border-top: 1px solid #888;*/
  /*border-bottom: 1px solid #666;*/
  margin: 0px auto;
  padding: 5px 10px;
  list-style: none;
  display: none;
  /*border-top: 1px solid #9E9E9E;*/
  border-bottom: 1px solid #9E9E9E; 
 
  
  /*gradient menu bar */
  /*
  background: rgb(255,255,255); 
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); */
  
  
}

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

/*this is the root menu men, women, */
ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #191817;
  padding: 8px 15px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 1000;
  font-size: 14px;
  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);
}

/* hover background of root menu items */
ul.megamenu a.mm-item-link-hover:link, ul.megamenu a.mm-item-link-hover:visited {
  color: #444;
  background: #FFFFFF;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}

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

/* drop down big menu area */
.mm-content-base {
  background: #FFFFFF;
  position: relative;
  z-index: 11;
  padding: 10px;
}


.mm-js-shadow {
  background: #FFFFFF;
  position: absolute;
  z-index: 10;
}



a:link {color:#4D4D4D;text-decoration:none;}      /* unvisited link */
a:visited {color:#4D4D4D;text-decoration:none;}  /* visited link */
a:hover {color:#000000;text-decoration:underline;}  /* mouse over link */
a:active {color:#000000;}  /* selected link */




/*new shopping cart menu*/
ul.shoppingCartMenu {
  background-color: #fff	;
  /*border-top: 1px solid #888;*/
  margin: 0px auto;
  padding: 5px 10px;
  list-style: none;
  display: none;
}










ul.megamenu2 {
  background-color: #fff	;
  /*border-top: 1px solid #888;*/
  /*border-bottom: 1px solid #666;*/
  margin: 0px auto;
  padding: 5px 10px;
  list-style: none;
  display: none;
}



ul.megamenu2 li.mm-item {
}

ul.megamenu2 li {
  margin: 0px;
  padding: 0px;
}

ul.megamenu2 li.clear-fix {
  float: none;
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

/*this is the root menu men, women, */
ul.megamenu2 a.mm-item-link:link, ul.megamenu2 a.mm-item-link:visited {
  position: relative;
  display: inline-block;
  color: #191817;
  padding: 8px 15px;
  margin: 0px 3px 0px 0px;
  text-decoration: none;
  z-index: 10;
  font-size: 14px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  
}
*html ul.megamenu2 a.mm-item-link:link, *html ul.megamenu2 a.mm-item-link:visited {
  border-color: pink;
  filter: chroma(color=pink);
}

/* hover background of root menu items: the item count */
ul.megamenu2 a.mm-item-link-hover:link, ul.megamenu2 a.mm-item-link-hover:visited {
  color: #444;
  background: #FFFFFF;
  border-top: 1px solid #777;
  border-left: 1px solid #777;
  border-right: 1px solid #777;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
  z-index: 10;
}

/*this part shows what items are in the shopping cart, remove, along with checkout buttong */
ul.megamenu2 div.mm-item-content {
  background: #FFFFFF;
  padding: 0px;
  position: absolute;
  border: 1px solid #777;
  z-index: 9;
}



/* drop down big menu area */
.mm-content-base {
  background: #FFFFFF;
  position: relative;
  z-index: 11;
  padding: 10px;
}


.mm-js-shadow {
  background: #FFFFFF;
  position: absolute;
  z-index: 10;
}







