/* ================================================================ 
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_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dlmenu {height:5em;position: absolute; right: 51px; top: 12px; }
#menu {list-style-type:none; margin:0 0 10px; padding:0;  z-index:100;}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {background:#4ae8ff url(/images/MenueObenRechts/top_grad_2.gif) center center; color:#000; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
/* das ist der untere Teil des Submenüs: */
#menu li:hover dl, #menu li a:hover dl {height:27em;background:#9FDDFF ;}
#menu table {border-collapse:collapse; padding:0; margin:-4px;}
#menu dl {width: 15em; margin: 0; background: #4ae8ff; cursor:pointer;}
/* Striche zwischen den Menüpunkten: */
#menu dt {margin:0; padding: 0; border-bottom:1px solid #9FDDFF;border-top:2px solid #9FDDFF;}
#menu dd {margin:0; padding:0; text-align:left; }
.gallery dt a, .gallery dt a:visited {display:block; color:#000;  padding:5px 5px 5px 10px; background:#ffffff url(/images/MenueObenRechts/top_grad.gif) center center;}
/* padding= */
.gallery dd a, .gallery dd a:visited {color:#000; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 40px; background:#9FDDFF ;}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
/* Die Hover Farbe im Submenü: */
.gallery dd a:hover {background:#E8F7FF; color:#000;}
