﻿/* ================================================================ 
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 assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {list-style-type:none; margin:8px 0 0 0; padding:0;}
#menu li {float:left; padding:0; margin:0 1px 0 0; position:relative; width:108px; height:3em; z-index:100;}
#menu li dl {position:absolute; top:0; left:0;}
#menu li a, #menu li a:visited {text-decoration:none; width: 108px;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {text-decoration:underline;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 10px; margin: 0; padding: 0; text-align:center; cursor:pointer;}
#menu dt {margin:0; padding: 5px; font-size: 1.1em; color: #fff;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; background: #47a; text-align:left;}
#menu dd.last {border-bottom:1px solid #444;}
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; font: 12px/15px arial; text-transform:uppercase; font-weight:bold;}
.gallery dt a:hover {color:#cccc99;}
.gallery dd a, .gallery dd a:visited {color:#333333; text-decoration:none; display:block; padding:4px 5px 4px 10px;
background: #cac4ab; font-weight:bold; border-top: 1px #c1b996 solid; width:10px;}
.gallery dd a:hover {background: #dfdccd;}
.last {border-bottom:  1px #c1b996 solid;}