/* ================================================================
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_definition2.html
Copyright (c) Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:0px 0 250px 0px; padding:0;} /* Margin= Abstand von gesamten Navigation vom Rand */
#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:170px; height:3em; z-index:100;}   /* width=Abstand der Menüeinträge */
#menu li dl {position:absolute; top:0; left:50;padding-bottom:5px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:10px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 170px; margin: 0; padding: 0; background: #c9ba65;}    /*width= Breite der Menüeinträge; Textabstand von Links*/
#menu dt {margin:0; padding: 5px 5px 5px 20px; font-size: 1.1em; color: #fff; border-bottom:1px solid #fff; border-top:1px solid #fff;}

#menu .one {background: #15ca49; border-top:5px solid #18f256;}
#menu .two {background: #18f256; border-top:5px solid #acfcb6;}
#menu .three {background: #15ca49; border-top:5px solid #09b73e;}
#menu .four {background: #15ca49; border-top:5px solid #18f256;}
#menu .five {background: #18f256; border-top:5px solid #acfcb6;}
#menu .six {background: #09b73e; border-top:5px solid #15ca49;}    /*Background = Farbe unten; Border-top= Abstand Menübox 1/3 oben; solid=Farbe oben*/

#menu .one dt {background: #acfcb6;}
#menu .two dt {background: #67fc8d;}
#menu .three dt {background: #4bea78;}
#menu .four dt {background: #acfcb6;}
#menu .five dt {background: #67fc8d;}
#menu .six dt {background: #4bea78;}

#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; text-align:left;}
#menu .one dd {border-bottom:1px solid #aaa;}
#menu .two dd {border-bottom:1px solid #e8e8e8;}
#menu .three dd {border-bottom:1px solid #eee;}
#menu .four dd {border-bottom:1px solid #999;}
#menu .five dd {border-bottom:1px solid #000000;}
#menu .six dd {border-bottom:1px solid #eee;}
#menu dd.last {border-bottom:1px solid #fff;}

#menu dt a, #menu dt a:visited {display:block; color:#444;}

#menu dd a, #menu dd a:visited {color:#fff; text-decoration:none; display:block; padding:4px 5px 4px 20px; width:145px;}   /*width = Breite des Untermenüs*/

#menu .one dd a {background:#949e7c; color:#eee;}
#menu .two dd a {background:#d4d8bd; color:#346;}
#menu .three dd a {background:#e2dfa8; color:#654;}
#menu .four dd a {background:#b2ab9b; color:#ff8;}
#menu .five dd a {background:#d4d8bd; color:#000000;}
#menu .six dd a {background:#000000; color:#b2ab9b;}

#menu .one dd a:hover {background: #b2ab9b; color:#345;}
#menu .two dd a:hover {background: #949e7c; color:#543;}
#menu .three dd a:hover {background: #d4d8bd; color:#123;}
#menu .four dd a:hover {background: #e2dfa8; color:#534;}
#menu .five dd a:hover {background: #e2dfa8; color:#000000;}
#menu .six dd a:hover {background: #000000; color:#e2dfa8;}
</style>