ul#nav li a, ul#nav li ul li a {
  cursor: pointer;
}

ul#nav {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

ul#nav li ul{
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

.elementNavigation ul {
  list-style-type: none;
  margin: 0;
  width: 199px;
  padding: 0;
}

.elementNavigation ul li {
  text-align: right;
  margin-bottom: 0px;
  margin-top: 0px;
  display: inline;
}

.elementNavigation ul li ul {
  list-style-type: none;
  background-color: #e1dac0;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.elementNavigation ul li ul li {
  list-style-type: none;
  height: 20px;
}

a.leftNav1 {
  font-size: 12px;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-family: Trebuchet MS, verdana, arial, sans-serif;
  /*font-family: Georgia, verdana, arial, sans-serif;*/
  display: inline !important;
}

a.selektiert,
a:hover.leftNav1 {
  color: #da5e1e;
  text-decoration: underline;
}

a.leftNav2 {
  padding-top: 0px;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  display: block;
  width: 199px;
}

a.leftNav2Active {
  background-color: #ffffff;  
  color: #000000;
  text-decoration: none;
  font-family: Trebuchet MS, verdana, arial, sans-serif; 
  font-size: 12px;  
}

a:hover.leftNav2 {
  background-color: #ffffff;
  color: #da5e1e;
  text-decoration: underline;
  background-color: #e1dac0;
}

a:hover.leftNav2Active {
  color: #000000;
  text-decoration: none;
}

span.navbutton {
  background: #E1DAC0 url('/NLaward/wLayout/design/img/icons/button_1.gif');
  margin-top: 0px;
  margin-bottom: 1px;
  height: 39px;
  display: block;
  text-align: right;
}

span.navbuttonText {
  padding-top: 12px;
  padding-right: 5px;
  display: block;
  margin: 0 !important;
}

span.active {
  height: 20px;
  width: 199px;
  background-color: #ffffff;
  display: block;
}

span.navtext2 {
  padding-top: 2px;
  padding-right: 5px;
  display: block;
}


 
