#dlmenu {
height:10em; 
margin:20px 0 100px 0;
}


#menu 
{
list-style-type:none; 
margin:0 0 10px; 
padding:0; 
position:absolute; 
width:21em; 
/*background:#fff;*/
background: transparent; 
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:#006666 url(top_grad_2.gif) center center; color:#ffff99; 
}



#menu li:hover dd, #menu li a:hover dd 
{
display:block;
}


#menu li:hover dl, #menu li a:hover dl 
{
/*
height:20em; */
background:#CCFF99 url(sub_grad.gif);
}


#menu table 
{
border-collapse:collapse; 
padding:0; 
margin:-4px; 
font-size:11px;
}


#menu dl 
{
width: 21em; 
margin: 0; 
background: #CCFF99; 
cursor:pointer;
}


#menu dt 
{
margin:0; 
padding: 0; 
font-size: 1.1em; 
/*border-top:1px dotted #cce;*/

}


#menu dd 
{
margin:0; 
padding:0; 
font-size: 1em; 
text-align:left; 
}


.gallery dt a, .gallery dt a:visited 
{
display:block; 
color:#000; 
padding:5px 5px 5px 10px; background:#c0e5e5 url(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:#ccff99 url(sub_grad.gif);
}


* html .gallery dd a, * html .gallery dd a:visited 
{
height:1em;
}


.gallery dd a:hover 
{
background:#99ff66; 
color:#000033;
text-align:center; 

font-size: 13px; 
}




