/* ================================================================ 
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:5em; 
margin:20px 0 100px 0;
} 
#menu {
list-style-type:none; 
margin:0 0 10px; 
padding:0; 
position:absolute; 
width:10em; 
background:#fff; 
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 {
background:#737593; /*top hover*/
color:#ff0; 
}
#menu li:hover dd, #menu li a:hover dd {
display:block;
}
#menu li:hover dl, #menu li a:hover dl {
height:11em; /*menu hover height*/
background:#989CC4; /*background unused space*/ 
}
#menu table {
border-collapse:collapse; 
padding:0; 
margin:-4px; 
font-size:1em;
}
#menu dl {
width: 10em; /*menu width*/
margin: 0; 
background: #fff; /*placeholder color behind everything*/
cursor:pointer;
}
#menu dt {
margin:0; 
padding: 0; 
font-size: 1.1em; /*size for main menu text*/
border-top:1px solid #cce; 
font-family: Arial, sans-serif;
}
#menu dd {
margin:0; 
padding:0; 
font-size: 0.7em; /*size for sub menu text*/
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.gallery dt a, .gallery dt a:visited {
display:block; 
color:#fff; 
padding:5px 5px 5px 10px; 
background:#737593; /*main menu bg blocks*/
}
.gallery dd a, .gallery dd a:visited {
color:#333; /*sub menu text color*/
min-height:1em; 
text-decoration:none; 
display:block; 
padding:4px 5px 4px 10px;
background:#989CC4; /*list item bg blocks*/
}
* html .gallery dd a, * html .gallery dd a:visited {
height:1em;
}
.gallery dd a:hover {
background:#737593; /*list item hover blocks*/
color:#ff0;
font-family:Verdana, Arial, Helvetica, sans-serif
}

