/* ================================================================ 
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:0px 0 100px 30px; padding:0;}
#menu li {float:left; padding:0; margin:0 10px 0 0; position:relative; width:150px; height:30px; z-index:100; font-weight:bold;}
#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 {background: #000; border:0; color:#F59300;}
/*#menu li:hover, #menu li a:hover {background: #1C2657; border:0;}*/
#menu li:hover dd, #menu li a:hover dd {display:block;}
/*#menu li:hover dl, #menu li a:hover dl {padding-bottom:20px;}*/
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {border: 1px SOLID #FFF;width: 150px; margin: 0; padding: 0; text-align:center; cursor:pointer;}
#menu dt {border: 2px SOLID #FFF;margin:0; padding: 5px; font-size: 1.1em; color: #000;}
/*#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; background: #FFF; text-align:left;}*/
#menu dd {border-top: 1px SOLID #FFF;margin:0; padding:0;; font-size: 1em; background: #FFF; text-align:left;}
#menu dd.last {border-bottom:1px solid #000;}
.gallery dt a, .gallery dt a:visited {display:block; color:#00AEEF;}
/*.gallery dd a, .gallery dd a:visited {color:#000; text-decoration:none; display:block; padding:4px 5px 4px 20px; background: #FFF; width:125px;}*/
.gallery dd a, .gallery dd a:visited {color:#00AEEF; text-decoration:none; display:block; padding:4px 5px 4px 20px; background: #000; width:125px;}
/*.gallery dd a:hover {background: #000; color:#FFF;}*/
.gallery dd a:hover {background: #FFF; color:#000;}
