/* ================================================================ 
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:0 ; padding:0;}
#menu li {float:left; padding:0; margin:0 1px 0 0px; position:relative; width:117px; height:32px; z-index:100;}
#menu li dl {position:absolute; top:0; left:0px;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:10px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {width: 117px; margin: 0; padding: 0; background: transparent url(images/bottom.gif) no-repeat bottom left; text-align:center; cursor:pointer;}
#menu dt {margin:0; padding: 2px; font-size: 1em; color: #fff; border-bottom:1px solid #444;}
#menu .one {background: #4c9b45 url(images/top.gif) no-repeat top left;}
#menu .two {background: #4c9b45 url(images/top.gif) no-repeat top left;}
#menu .three {background: #4c9b45 url(images/top.gif) no-repeat top left;}
#menu .four {background: #4c9b45 url(images/top.gif) no-repeat top left;}
#menu dd {margin:0; padding:0; color: #008000; font-size: 1em; background: #aed0a3; text-align:left;}
#menu dd.last {border-bottom:1px solid #444;}
.gallery dt a, .gallery dt a:visited {display:block; color:#fff;}
.gallery dd a, .gallery dd a:visited {color:#008000; text-decoration:none; display:block; padding:2px 3px 2px 16px;background: #aed0a3 url(images/arrow.gif) no-repeat 4px 5px; width:98px;}
.gallery dd a:hover { background: #6ba95c url(images/arrowr.gif) no-repeat 4px 5px; color: #fff; }
