/* ================================================================ 
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.
=================================================================== */

#menu {list-style-type:none; margin:0 auto; padding:0; z-index:100;}
#menu li {display:block; padding-bottom:10; margin:0; 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 {color:#fff; }
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {}
#menu table {border-collapse:collapse; padding:0; }
#menu dl {margin: 0; cursor:pointer;}
#menu dt {margin:0; padding: 0;}
#menu dd {margin:0; padding:0;}
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; padding:5px 0px 0px 10px;}
.gallery dd a, .gallery dd a:visited {color:#ccc; min-height:12px; text-decoration:none; display:block; padding:4px 5px 4px 20px; }
* html .gallery dd a, * html .gallery dd a:visited {height:12px;}
.gallery dd a:hover {color:#fff; background:#555;}
#nav { padding-left:15px; padding-top:15px; }