/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* commom style for all browsers */

.navi {
  position:relative; 
  text-align:left; 
  font-family: verdana, sans-serif; 
  font-size:1em;
  font-weight:bold;
  height:2.5em; 
  list-style-type:none;
  margin:0 0 0 0; 
  padding:0 0 0 0; 
}

.navi ul {
  padding:0 0 0 0; 
  margin:0 0 0 0; 
  list-style-type:none; /* for Firefox */
}
.navi li {
float:left; position:relative;
}

.navi li a, .navi li a:visited {
  float:left; 
  width:9em; 
  height:2.7em; 
  padding-right:1em; 
  display:block; 
  font-weight: bold;
  text-decoration:none;
  line-height:2.3em;  
  color:#fff; 
}

* html .navi li a, .navi li a:visited {
  width:8.5em; 
  w\idth:9em; /* hack for IE5.5 */
}


/* Aussehen Menüpunkte -> Dropdown-Menu */
.navi li a.drop, .navi li a.drop:visited {
  font-weight:bold;
  color: #fff;
}

.navi li ul {
  visibility:hidden; 
  position:absolute; 
  top:2.5em; 
  left:0; 
  height:0; 
  overflow:hidden;
}

.navi table {
  margin:-1px; 
  border-collapse:collapse; 
  font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.navi li:hover a,
.navi li a:hover {
  text-decoration:underline; 
  color: #fff;
  border:0;
}


/* Styles für das Untermenü */
.navi li:hover ul,
.navi li a:hover ul {
  visibility:visible; 
  height:auto; 
  width:19em; 
  background:#fff; 
  border:1px solid #ccc; 
  left:0; 
  top:2.5em; 
  overflow:visible;
  white-space:nowrap;

}

.navi li:hover ul li a,
.navi li a:hover ul li a {
  width:9em;
  height:auto; 
  display:block; 
  font-weight:normal; 
  background:transparent; 
  text-decoration:none; 
  line-height:1em; 
  color:#000;
  padding:0.5em; 
}

* html .navi li a:hover ul li a {
  width:13em; 
  w\idth:20em; /* hack for IE5.5 */
}

/* IE 7 */
*:first-child+html .navi li:hover ul li a,
.navi li a:hover ul li a  {	  width:25em; } 


.navi li:hover ul li a.drop,
.navi li a:hover ul li a.drop {
  font-weight:normal;
  color: #AAA;
}

.navi li:hover ul li ul,
.navi li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  top:0; 
  left:9.5em; 
  height:0; 
  overflow:hidden;
}

.navi li:hover ul li a:hover,
.navi li a:hover ul li a:hover {
  text-decoration:underline;
}

.navi li:hover ul li:hover ul,
.navi li a:hover ul li a:hover ul {
  visibility:visible; 
  color:#000; 
  border:1px solid #ddd; 
  height:auto; 
  background:#fff; 
  width:9.5em;
} 

.navi li:hover ul li:hover ul.left,
.navi li a:hover ul li a:hover ul.left {
  left:-9.3em;
}

.navi li:hover ul li:hover ul li a,
.navi li a:hover ul li a:hover ul li a {
  display:block; 
  height:auto;
}

.navi li:hover ul li:hover ul li:hover a,
.navi li a:hover ul li a:hover ul li a:hover {
  text-decoration:underline;
}


.um {
  color:#fff; 
}

.um1 {
  display:block; 
  font-weight:normal; 
  text-decoration:none; 
  color:#000; 
}

.um2 {
  display:block; 
  font-weight:normal; 
  text-decoration:none; 
  color:#000; 
}