@import "hmenu.css";


/* allgemein */
.menu {
    z-index:1000;
    font-family:Verdana,Helvetica,Arial,Sans-Serif;
    font-size: 11px;
}

.menu ul {
    padding:0;
    margin:0;
    list-style-type:none;
    /*width:153px;*/
    position:relative;
    z-index:1000;
}
/* gesetztes list style image löschen  */
.menu li {
    list-style-image:none;
}

.menu ul li {
    padding: 0px;
    position: relative;
    text-align: left;
}

* html .menu li {
margin-left:-16px; margin-left:0;}

/* get rid of the table */
.menu table {
    position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;
}

.menu a:hover {
    text-decoration: none;
}

/* end allgemein */

/* 1st level */

.menu li a, .menu li a:visited {
    display:inline-block; 
    text-decoration:none;
    line-height:18px;
    font-weight:bold;
    color:#FFFFFF;
    padding-left: 7px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align:left;
}

.menu ul li {
	background-attachment: scroll; 
	background-image: url(/_images/_nav/trenner.gif); 
	background-repeat: repeat-x; 
	background-position: center top;
    width:153px;
    margin-left:1px;
	color: #fff;
}

.menu ul li:hover {
    background-color: #6A87AA;
    padding: 0px;
	color: #fff;
}

#MenuBlock:hover {
	background-color: #6A87AA;
	color: #fff;
}

/* end 1st level */

/* 2nd level style  */
.menu .top2 li {
    background-image: none;
    height: 25px;
    margin-bottom: 0px;
}

.menu .top2 {
    background-color: none;
}

.menu li li a, .menu li li a:visited, .menu li li {
    float: left;
    width: 200px;    
    height: auto !important;
    font-weight:normal;
    white-space: normal;
    position: relative;
}

.menu li ul li a, .menu li ul li a:visited {
    background-color: #6A87AA;
    border: 1px solid #FFFFFF;
    border-left: 0px;
    font-size: 10px;
    color: #fff;
    padding-bottom: 2px;
    padding-top: 2px;
}

.menu .top2 li a:hover {
    background-color: #073771;
    color: #FFF;
}

.menu .top2 a {
    white-space: normal;
}

/*end 2nd level*/

/* style the link hover */
* html .menu a:hover {
    color:#00000; 
}

* html .menu li ul li a:hover {
    color:#FFF;
    background-image: none;
    background-color: #5ca465;
}

/* 3rd level style */
.menu .top3 {
    background-color: none;
}

.menu ul li ul.top3 :hover {
    color:#ffffff;
    background-color: #5CA465;
}

.menu ul li ul.top3  {
}

/* 4th level hover */
.menu ul li ul.top4 :hover {
color:#FFFFFF;
background: #5CA465;
}

/* 4th level style */
.menu ul li ul.top4  {
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:153px;
}

.menu ul ul ul {
visibility:hidden;
position:absolute;
top:0px;
left:207px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul li:hover  {
    visibility:visible;
}


.menu ul li a:hover {
	color: #fff;
	background-color: #6A87AA;
}