/* ================================================================ 

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/variable_dl.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; 

 /* settings for this demo only */

padding:0;

margin-top:0px;

margin-bottom:0px;

padding-bottom:0px;

padding-left:60px;

}



#menu li {display:block; float:left; position:relative; z-index:100; margin-right:1px;}

#menu li span {display:block; z-index:100; background:#37602c; padding: 5px 10px; font-size:12px; font-family:Arial, Helvetica, sans-serif;}

#menu li a, #menu li a:visited {display:block; padding:0; margin-bottom:0px;}



#menu dl {position:absolute; top:0; left:0; margin: 0; padding: 0; background: url(transparency.gif);}

#menu dt {background: #37602c; margin:0; font-size: 12px; border-bottom:0px solid #fff; float:left; border-right:1px solid #fff; border-left:1px solid #fff; font-family:Arial, Helvetica, sans-serif; margin-bottom:0px;}

#menu dd {display:none; background: transparent; border-bottom:1px solid #cce; clear:left; margin:0; padding:0; color: #fff; font-size: 11px; text-align:left;}



#menu dt a, #menu dt a:visited {display:block; color:#FFF; padding: 5px 10px; text-decoration:none;}

#menu dd a, #menu dd a:visited {background:#d4d4d4; color:#fff; text-decoration:none; display:block; padding: 5px 10px;}



#menu li a:hover {border:0;}



#menu li:hover dd, #menu li a:hover dd {display:block;}

#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {background: #d4d4d4; color:#000;}



