/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/
body {
  font-family: "Arial";
  font-size: 13px;
  margin: 0px;
}

/*  border-top: 1px solid #888;*/
/*  border-bottom: 1px solid #666;

  background-color: #888;


*/



ul.megamenu {
  background: -moz-linear-gradient(center top , #006fb5, #095893) repeat scroll 0 0 transparent;

  margin: 0px auto;
  padding: 0px 10px;
  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 {
    background: url("pfeil_weiss.png") no-repeat scroll 83% 50% transparent;
    border-left: 1px solid #026EB9;
    border-right: 1px solid #026EB9;
    border-top: 1px solid transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    margin: 0 -1px 0 0;
    padding: 9px 34px 9px 18px;
    position: relative;
    text-decoration: none;
    z-index: 10;
}
*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 {
  background:   url("pfeil_blau.png") no-repeat scroll 83% 50% #FFF;
  color: #026EB9;
  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;
}

/*  

  background: url("trans_76.png") repeat scroll 0 0 transparent;
*/

ul.megamenu div.mm-item-content {
background: #FFF;
  padding: 0px;
  position: absolute;
  z-index: 9;
  border-bottom: 10px solid #777;  
}


/*  background: #FFF;*/
.mm-content-base {

  position: relative;
  z-index: 11;
  padding: 0px;
}
.mm-js-shadow {
  background: #555;
  position: absolute;
  z-index: 10;
}
