.menu {
float:left;
padding-left:28px;
width:750px; 
font-size:11px;
position:relative;
}

/* Alle Auflistungssymbole entfernen */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* Erste Navigationsebene horizontal anordnen */
.menu li {
float:left;
position:relative;
}

/* Erste Navigationsebene layouten */
.menu a, .menu a:visited {
text-transform: uppercase;
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none; 
color:#b8b9ba; 
height:30px; 
padding-left:2px; 
padding-right:15px;
padding-top:3px;
padding-bottom:3px;
line-height:35px;
background-image: url(../images/arrow1.png);
background-repeat: no-repeat;
}

.menu a:hover {
display:block;
font-size:11px;
color:#ff1520; 
height:30px; 
padding-left:2px; 
padding-right:15px;
line-height:35px;
padding-top:3px;
padding-bottom:3px;
background-image: url(../images/arrow2.png);
background-repeat: no-repeat;
}

#activeMenueEbene_1{
display:block;
font-size:11px;
color:#ff1520; 
height:30px; 
padding-left:2px; 
padding-right:15px;
line-height:35px;
padding-top:3px;
padding-bottom:3px;
background-image: url(../images/arrow2.png);
background-repeat: no-repeat;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:139px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
float:left;
list-style-type:none;
background-image: none;
padding-top:35px;
visibility:hidden;
position:absolute;
height:15px;
top:5px;
padding-right:10px;
/*left:2px;*/ 
width:750px;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
list-style-type:none;
background-image: none;
text-transform: none;
color:#fff; 
font-weight:bold;
font-size:100%;
height:15px; 
line-height:15px; 
/* yet another hack for IE5.5 */
}

/* style the second level links */
.menu ul ul a:hover {
list-style-type:none;
background-image: none;
text-transform: none;
color:#fff; 
font-weight:bold;
font-size:100%;
height:15px; 
line-height:15px; 
/* yet another hack for IE5.5 */
}

* html .menu ul ul a{
width:150px;
w\idth:129px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:200px;
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}




/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
/*background:#949e7c;*/
}
.menu :hover > a, .menu ul ul :hover > a {
color:#ff1520;
/*background:#949e7c;*/
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/**************************************************/
/******** Nicht verwendet              ************/
/**************************************************/

/* style the second level background */
/*.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#3a3938 url(../images/arrow3.png) right no-repeat;
}*/

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
background:#c9ba65 url(../../graphics/drop.gif) bottom right no-repeat;
}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
/*background:#e2dfa8;*/
}

/* style the third level hover */
.menu ul ul ul a:hover {
/*background:#b2ab9b;*/
}

