/* ================================================================ 
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/pro_dropline7.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.
=================================================================== */

#dropline {font-weight: bold; margin:10px auto -13px; position:relative; font:76% tahoma, verdana, sans-serif; font-size:12px; height:30px; background:#c0c0c0; border: 1px solid #AAAAAA;}
#dropline{padding:0; list-style:none; width:720px;}
#dropline ul {padding:0; list-style:none; margin-left: 60px; width:200px;}

#dropline table {border-collapse:collapse; margin:-1px -10px 0 0; padding:0; width:0; height:0; font-size:12px;}
#dropline li {float:left; height:30px; margin-right:1px;}
#dropline li a {float:left; display:block; height:30px; line-height:30px; padding:0 20px 0 10px; font-family:tahoma, verdana, sans-serif; font-size:12px; color:#000; text-decoration:none; font-weight:normal;}
#dropline li a.down {background:url(down.gif) no-repeat right center;}
#dropline li a.down_chosen {background:url(down.gif) no-repeat right center; color: #fff;}
#dropline li a.chosen {color: #fff;}
#dropline li ul li a.down {font-size:15px; color:#ff0; font-weight:normal;}

#dropline li a:hover {white-space:nowrap; color:#fff;}
#dropline li a.down:hover {white-space:nowrap; color:#fff; background:url(down-over.gif) no-repeat right center;}

#dropline li:hover > a {color:#fff;}
#dropline li:hover > a.down {color:#fff; background:url(down-over.gif) no-repeat right center;}

#dropline li ul {position:absolute; top:30px; left:-9999px; z-index:10; background:#c0c0c0 left top;}
#dropline li ul.floatRight li {float:right;}

#dropline :hover ul,
#dropline :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul :hover ul :hover ul {left:0; background:#c0c0c0 left bottom;}

#dropline :hover ul ul,
#dropline :hover ul :hover ul ul,
#dropline :hover ul :hover ul :hover ul ul,
#dropline :hover ul :hover ul :hover ul :hover ul ul {left:-9999px; top:30px; background:transparent;}
