/* ================================================================ 
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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dlmenu {height:180px;font-size:11px;background-color:#c6cccf; background-color:#fff;}
#menu {width:214px;list-style-type:none; margin:0 0 10px; padding:0; position:absolute;  background:#c6cccf;background:#fff; z-index:100;}
#menu li {width:214px;display:block; padding:0; margin:0; position:relative; z-index:100; border-bottom:1px dotted #b3b3b3;}
#menu li a, #menu li a:visited {display:block; text-decoration:none; background:#c6cccf; background:#eeeeee; color:#646464;}
#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:#b4bbbf;background:#eeeeee; color:#5f7273; }
#menu li:hover dd, #menu li a:hover dd {display:block; background:#c6cccf;background:#ffffff;}
#menu li:hover dl, #menu li a:hover dl {height:290px; background:#c6cccf;background:#ffffff;}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:11px;}
#menu dl {width:214px; margin: 0; background:#c6cccf;background:#fff; cursor:pointer;}
#menu dt {margin:0; padding: 0; font-size: 11px;font-weight:bold; 
	background:#b4bbbf;
	background:#eee;
	border-bottom:1px solid #ccc;
}
#menu dd {margin:0 0 0 10px; padding:0; font-size: 11px; text-align:left; background:#c6cccf;background:#fff; }
.gallery dt a, .gallery dt a:visited {display:block; color:#5f7273; padding:5px 5px 5px 10px; background:#eee;
	border-bottom:1px solid #ccc;}
.gallery dd a, .gallery dd a:visited {color:#fff; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px; background:#c6cccf; background:#fff;}
* html .gallery dd a, * html .gallery dd a:visited {height:180px;}
.gallery dd a:hover {background:#c6cccf;background:#fff; color:#646464;}

#menu li dd a, #menu li dd a:visited {text-decoration:underline;text-decoration:none;}