/* DROP-DOWN MENU HAUPTNAVIGATION */
.menudrop {width:800px; color:#000; text-align:center; float:left; background:url('../p/navi/main.png') repeat-x;}

/* remove all the bullets, borders and padding from the default list styling */
.menudrop ul {padding:0;margin:0;list-style-type:none;}
.menudrop ul ul {width:80px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menudrop positon */
.menudrop li {
float:left;
width:80px;
position:relative;
background:url('../p/navi/main.png') repeat-x;
}

.menudrop li.gruen {
float:left;
width:80px;
position:relative;
background:url('../p/navi/li_gruen.png') repeat-x;
line-height:37px;
}

.menudrop li.orange {
float:left;
width:80px;
position:relative;
background:url('../p/navi/li_orange.png') repeat-x;
}

.menudrop li.blau {
float:left;
width:80px;
position:relative;
background:url('../p/navi/li_blau.png') repeat-x;
}

.menudrop li.pink {
float:left;
width:80px;
position:relative;
background:url('../p/navi/li_pink.png') repeat-x;
}

/* TOP-Link Formatierung */
.menudrop a, .menudrop a:hover, .menudrop a:visited {
display:block;
font-size:11px;
text-decoration:none; 
width:80px; 
line-height:37px; 
background:url('../p/navi/main_line.png') right no-repeat; */
color:#444;
}

.menudrop ul ul ul :hover > a {
background:transparent;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menudrop ul ul {
visibility:hidden;
position:absolute;
height:0;
top:37px;
left:0; 
width:80px;
}


/* position the third level flyout menudrop for a left flyout */
.menudrop ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menudrop table {position:absolute; top:0; left:0;}

/* style the second level links */
.menudrop ul ul a, .menudrop ul ul a:hover, .menudrop ul ul a:visited {
color:#444; 
line-height:30px; 
width:150px;
text-align:left;
padding-left:15px;
background:url('../p/navi/bottom_line.png') bottom repeat-x #e8e8e8;
/* yet another hack for IE5.5 */
}

* html .menudrop ul ul a{
width:80px;
w\idth:130px;
}


/* style the top level hover */
.menudrop a:hover, .menudrop ul ul a:hover{
color:#444;
}

.menudrop ul ul :hover > a {
color:#444;
background:url('../p/navi/bottom_line.png') bottom repeat-x #fafafa;
}


.menudrop ul li:hover ul,
.menudrop ul a:hover ul{
visibility:visible;  
}
/* ENDE DD_MENU */
