/* ================================================================ 
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/final_drop.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.
=================================================================== */

#menu {
list-style-type:none; 
margin:0 0 40px 0; 
padding:0;
}

#menu li {
float:left; 
padding:0; 
margin:0 1px 0 0; 
position:relative; 
width:97px; height:1em; 
z-index:90;
}

#menu li dl {
position:absolute; 
top:0; 
left:0;
}

#menu li a, 
#menu li a:visited {
text-decoration:none;
}

#menu li dd {
display:none;
}

#menu li:hover, 
#menu li a:hover {
border:0;
}

#menu li:hover dd, 
#menu li a:hover dd {
display:block;
}

#menu li:hover dl, 
#menu li a:hover dl {
padding-bottom:5px;
}

#menu table {
border-collapse:collapse; 
padding:0; 
margin:-1px; 
font-size:1em;
}

#menu dl {
width: 97px; 
margin: 0; 
padding: 0; 
background: #cccc99 url(bottom.gif) no-repeat bottom left; 
text-align:center; 
cursor:pointer;
}

#menu dt {
margin:0; 
padding: 0px; 
font-size: .75em; 
color: #ffffff; 
border-bottom:1px solid #000000;
height: 40px;
}

#menu .one {
background: #cccc99 url(top.gif) no-repeat top left;
}

#menu dd {
margin:1px; 
padding:0; 
margin-color: white; 
color: #fff; 
font-size: .75em; 
font-weight: bold; 
background: #000; 
text-align:left;
}

#menu dd.last {
border-bottom:1px solid #000;
}

.gallery dt a, 
.gallery dt a:visited {display:block; color:#000;}

.gallery dd a, 
.gallery dd a:visited {
color:#fff; 
text-decoration:none; 
display:block; 
padding:1px 2px 1px 5px;
background: #000 url(arrow.gif) no-repeat 10px 10px; 
width:100px;
}

.gallery dd a:hover {
background: #cccc99 url(arrowr.gif) no-repeat 10px 10px; 
color:#000;
}

