/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:912px;                    /*  (1)  */
  position:relative; 
  font-size: 105%;
  z-index:100;
  background: #336699;
  height: 51px;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}


.menu ul.nav1st {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
	height:51px;
    display: block;
	z-index:100;
}
.menu ul.nav1st .drop,
.menu ul.nav1st .normal{
    min-height: 51px;
    height: 51px;		
	overflow: hidden;
}
* html .menu ul.nav1st .drop,      /* IE6 only */
* html .menu ul.nav1st .normal{
	height: 52px;
}
*+html .menu ul.nav1st .drop,      /* IE7 only */
*+html .menu ul.nav1st .normal{
	height: 52px;
}
.menu ul.nav2nd {
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: arial;
}
.menu ul.nav2nd li {
	border-top: 1px solid #FFF;
	font-family: tahoma;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
    z-index:100;	
}

.menu ul.nav2nd a:hover {
  color:#fff; 
  background:#E6CB93;
  z-index:100;
}

.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  text-align: center;
  color:#fff; 
  width:152px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  border-width:1px 1px 0 0; 
  line-height:51px; 
  height: 51px;              /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:152px;                    /* fuer 'normale' Browser */
  w\idth:152px;                   /* fuer IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:0.8em;
}

/* li:hover  fuer non-IE-Browser  ---  a:hover  fuer IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#fff; 
  background:#E6CB93;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:50px;                          /*  --> (2)  */
  margin-top:0px;
  left:0; 
  width:152px;
}

* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
  height:0; 
  width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  color:#003466; 
  background:#E6CB93;
  height:auto; 
  line-height:1.2em; 
  padding-top:5px; 
  padding-bottom: 5px;
  width:152px;
}
* html .menu ul li a:hover ul li a {
  width:152px;
  w\idth:152px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#E6CB93 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#E6CB93; 
  color:#fff;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:152px; 
  top:0;
  width:152px;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
}


.rectangle {
background-color:#E6CB93;
height:170px;
opacity:0.5;
position:relative;
top: 0px;
width:152px;
filter:alpha(opacity=50); /* IE */
-moz-opacity: 0.50; /* Gecko */
opacity: 0.50; /* Opera */
}


.activelayer  {
	height:170px;
}
ul.layer {
	display: inline;
}
li.li_layer {
	width: 152px;
	float: left;
}
li.active {
		background-color:#E6CB93;
}