/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/jquery-dropline-7.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu { margin-top:0px; position:relative; height:38px; }
#dropline { position:relative; font-size:12px; height:38px; background:url(../images/menuback.png); }
#dropline, #dropline ul { padding:0; margin:0; list-style:none; width:800px; }
#dropline table { border-collapse:collapse; margin:-1px -10px; 0 0; padding:0; width:0; height:0; font-size:12px; }
#dropline li { float:left; height:38px; }
#dropline li a { float:left; display:block; height:38px; line-height:38px; padding:0 20px 0 10px; font-family:corbel,veranda,arial,helvetica,sans-serif; font-size:9pt; color:#000; text-decoration:none; font-weight:normal; }
#dropline li ul li a { color:#333; }
#dropline li a.down { background:url(../images/down.gif) no-repeat right center; }
#dropline li ul li a.down { font-size:9pt; font-weight:bold; }
#dropline li ul { position:absolute; top:38px; left:-9999px; z-index:10; background:url(../images/fade.png); }
#dropline li ul.floatRight li { float:right; }
