/* ================================================================ \
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:10em;}
#menu {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	position:absolute;
	width:120px;
	background:#000000;
	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 {
	color: #FFE10B;
	background-color: #000000;
	background-position: center center;
}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {
	height:auto;
	background-color: #000000;
}
#menu table {
	border-collapse:collapse;
	padding:0;
	margin:-4px;
	font-size:10px;
}
#menu dl {
	width: 100px;
	margin: 0;
	cursor:pointer;
	background-color: #000000;
}
#menu dt {
	margin:0;
	padding: 0;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#menu dd {
	margin:0;
	padding:0;
	font-size: 10px;
	text-align:left;
}
.gallery dt a, .gallery dt a:visited {
	display:block;
	color: #FFE10B;
	padding:5px 5px 5px 0px;
	background-color: #000000;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.gallery dd a, .gallery dd a:visited {
	color: #9f0005;
	min-height:1em;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 10px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
* html .gallery dd a, * html .gallery dd a:visited {
	height:20px;
}
.gallery dd a:hover {
	color: #FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
