/* ================================================================ 
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:10em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}

#menu {
	list-style-type:none; 
	margin:0px 0px 0px 5px; 
	padding:5px; 
	position:absolute;
	top:5px;
        left:5px; 
	width:12em; 
	background:#fff; 
	z-index:100;
}

#menu li {
display:block; 
padding:0px; 
margin:0px; 
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:0px;
}

#menu li:hover dt a , #menu li a:hover dt a {
    background:#d4d8bd url(../imagos/top_grad_2.gif) center center; 
    color:#ccc; 
}

#menu li:hover dd, #menu li a:hover dd {
display:block;
}

#menu li:hover dl, #menu li a:hover dl {
    height:100%; background:#9898a1 url(../imagos/sub_grad.gif);
}


#menu table {
border-collapse:collapse; 
padding:0px; 
margin:-4px; 
font-size:1em;
}

#menu dl {
width: 12em; 
margin: 0px; 
background: #6f9c6f; 
cursor:pointer;
}

#menu dt {
margin:0px; 
padding:0px; 
font-size: 1.1em; 
border-top:1px solid #cce;
}

#menu dd {
margin:0; 
padding:0; font-size: 1em; 
text-align:left; 
}

.gallery dt a, .gallery dt a:visited {
	display:block; 
	color:#fff; 
	padding:5px 5px 5px 10px; 
	background:#949e7c url(../imagos/top_grad.gif) center center;
}

.gallery dd a, .gallery dd a:visited {
	color:#000; 
        min-height:1em; 
	text-decoration:none; 
	display:block;
	padding:4px 5px 4px 20px; 
	background:#b4be9c url(../imagos/sub_grad.gif);
}

* html .gallery dd a, * html .gallery dd a:visited {height:1em;}

.gallery dd a:hover {
	background:#ccc; 
	color:#666;
}

