/* ================================================================ 
This copyright notice must be untouched at all times.  E8D8AE

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:140px; 
   margin:31px 0px 0px 0px; 
   font-family: Times New Roman; 
   font-size: 10px}
   
#menu {
   list-style-type:none; 
   margin:0 0 10px; 
   padding:0; 
   position:absolute; 
   width:150px; 
   background:#800000; 
   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:0px none;}

#menu li:hover dt a, #menu li a:hover dt a {
   background:#640000; 
   color:#D3B466}
   
#menu li:hover dd, #menu li a:hover dd {
   display:block;}
   
#menu li:hover dl, #menu li a:hover dl {
   height:30px;}
   
#menu table {
   border-collapse:collapse; 
   padding:0; margin:-4px; 
   font-size:13px;}
   
#menu dl {
   width: 150px; 
   margin: 0; 
   background: #800000; 
   cursor:pointer;}
   
#menu dt {
   margin: 0; 
   padding: 0; 
   font-size: 14px; 
   border-top:1px solid #E8D8AE;}
  
#menu dd {
   margin:0; 
   padding:0; 
   font-size: 14px; 
   text-align:left; }
   
.gallery dt a, .gallery dt a:visited {
   display:block; 
   color:#D3B466; 
   padding-left:10px; 
   padding-right:5px; 
   padding-top:5px; 
   padding-bottom:5px}
   
.gallery dd a, .gallery dd a:visited {
   color:#E8D8AE; 
   min-height:15px; 
   text-decoration:none; 
   display:block; 
   padding-left:20px; 
   padding-right:5px; 
   padding-top:3px; 
   padding-bottom:3px}
   
* html .gallery dd a, * html .gallery dd a:visited {
   height:14px;}
   
.gallery dd a:hover {
   background:#800000; 
   color:#D3B466}