/* ================================================================ 
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:20px; position:relative; height:38px;}*/
 
 
#dropline {position:relative; /*font-size:12px; height:38px; background:url(images/back.gif);*/}
 
#dropline, #dropline ul {padding:0; margin:0; list-style:none; width:850px;}
 
#dropline table {border-collapse:collapse; margin:-1px -10px; 0 0; padding:0; width:0; height:0; /*font-size:12px;*/}
#dropline li {float:left; /*height:20px;*/}
#dropline li a {float:left; display:block; height:20px; /*line-height:20px;*/ padding:10px; /*border:1px solid red; font-family:arial, sans-serif; font-size:11px;*/ color:#FFF; text-decoration:none; /*font-weight:bold;*/ background: url(/img/bg/arrow.gif) 100% 15px no-repeat;}
#dropline li a:hover { background: url(/img/bg/arrow_down.gif) 100% 15px no-repeat; }
.downArrow a { background: url(/img/bg/arrow_down.gif) 100% 15px no-repeat !important; }
#dropline li ul li a {color:#FFF;background-image: none; padding:5px 5px 0 5px; }
#dropline li ul li a:hover { background-image: none; }
.downArrow ul li a { background-image: none !important; }
 
#dropline li a.down {/*background:url(images/down.gif) no-repeat right center;*/}
 
#dropline li ul li a.down {/*font-size:14px; font-weight:bold;*/}
 
#dropline li ul {position:absolute; top:30px; left:-9999px; z-index:10; /*background:url(images/fade.png); background-color:#99FF00;*/ }
 
#dropline li ul.floatRight li {float:right;}

.sub li a { background-color:#000000 !important; margin-left:1px; }