﻿img { border:0px; }


/* Base Styles */
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Verdana, sans-serif;
  font-size: 1em;
  position: relative;
}
#cssmenu a {
  line-height: 0.9; 
  padding: 5px 15px;
}
#cssmenu {
  width: 169px;
  padding-top:12px;
}


#cssmenu > ul > li {           /* Submenüwahl Einstieg  */
  cursor: pointer;
  background: #555555;  
  color: #485553;
  border-top: 1px solid #333;      /* #34070D;  */
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #333;
}
#cssmenu > ul > li > a {
  font-size: 1em;
  display: block;
  color: #888;
  text-shadow: 0 0px 0px #000;
  background: #181818;
  /*
  background: -moz-linear-gradient(#1C2A51 0%, #181818 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #181818), color-stop(100%, #181818));
  background: -webkit-linear-gradient(#1C2A51 0%, #181818 100%);
  background: linear-gradient(#1C2A51 0%, #181818 100%);
  */
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  background: #1D3623;    /* #A3B428; */
  color:#00B000;
}

#cssmenu > ul > li.none > a:hover {
  text-decoration: none;
  background: #181818;    /* #A3B428; */
  cursor:default;
}

#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #000053;  
    /*
  background: -moz-linear-gradient(#333333 0%, #709400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #709400));
  background: -webkit-linear-gradient(#333333 0%, #709400 100%);
  background: linear-gradient(#333333 0%, #709400 100%);
  */
  color: #9DADD2;
  text-shadow: 0 0px 0px #709400;
}
#cssmenu > ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #485553;
}
#cssmenu > ul > li.lastactive > a {
  background: #000053;  
  color:#485553;
  text-shadow: 0 0px 0px #709400;
}
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #485553;
}
#cssmenu ul > li.has-subactive > a {
  text-decoration: none;
  background: #000053;
  /*
  background: -moz-linear-gradient(#333333 0%, #709400 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #709400));
  background: -webkit-linear-gradient(#333333 0%, #709400 100%);
  background: linear-gradient(#333333 0%, #709400 100%);
  */
  color: #485553;
  text-shadow: 0 0px 0px #709400;
}




