#dlmenu {
	width: 242px;
	height: 240px;
}
#menu {
	list-style-type:none;
	padding:0;
	position:absolute;
	width:242px;
	background:#fff;
	z-index:100;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#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:#666666;
	background-color: #dcd57a;
	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:100px;
	background-color: #dcd57a;
}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {width: 246px; margin: 0; background: #fffbcb; cursor:pointer;}
#menu dt {
	margin:0;
	padding: 0;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dcd57a;
}
#menu dd {margin:0; padding:0; font-size: 11px; text-align:left; }
.gallery dt a, .gallery dt a:visited {
	display:block;
	color:#666666;
	background-color: #fffbcb;
	background-position: center center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
.gallery dd a, .gallery dd a:visited {
	color:#000;
	min-height:1px;
	text-decoration:none;
	display:block;
	background-color: #fffbcb;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 40px;
	font-size: 11px;
}
* html .gallery dd a, * html .gallery dd a:visited {height:15px;}
.gallery dd a:hover {
	color:#666666;
	background-color: #dcd57a;
}
#cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	height: 157px;
	width: 246px;
	background-image: url(images/d-03.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
