
/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dropline {padding:0 0 0 8px; margin:0 0 0 0px; list-style:none; height:36px;  position:relative;}
#dropline table {border-collapse:collapse: width:0; height:0; margin:-3px -10px;}

#dropline li {float:left;}
#dropline li a {display:block; height:32px; line-height:32px; padding:0 20px 0 0; float:left; color:#fff; text-decoration:none; text-transform:uppercase; letter-spacing: 0.02cm; font-family:"helvetica neue", helvetica, sans-serif; font-size:10px;}
#dropline li a b {display:block; height:32px; float:left; padding:0 0 0 20px; cursor:pointer;}
#dropline li a:hover {background:url(../images/tab_a_grey.gif) no-repeat right top; line-height:32px; height:32px}
#dropline li a:hover b {background:url(../images/tab_b_grey.gif) no-repeat left top; line-height:32px;}


#dropline li a {background:url(../images/tab_a.gif) no-repeat right top; line-height:32px; height:32px;margin: 2px; }
#dropline li a b {background:url(../images/tab_b.gif) no-repeat left top; line-height:32px;}

#dropline li > a {background:url(../images/tab_a.gif) no-repeat right top; line-height:32px; height:32px}
#dropline li > a b {background:url(../images/tab_b.gif) no-repeat left top; line-height:32px;}

#dropline ul {padding:0; margin:0 0 0 10px; list-style:none; position:absolute; height:28px; width:587px; background:url(../images/libar.gif); left:-9999px; top:36px; z-index:10; }
#dropline ul li {height:25px; line-height:25px;}
#dropline ul li a {color:#666666; padding:0 10px 0 10px; height:25px; line-height:25px;  font-size:10px; background:transparent; text-transform:capitalize;}

#dropline ul li a:hover {height:25px; line-height:25px; background:transparent; color:#000000;}


#dropline :hover ul {left:0;}

#dropline li.current ul {left:0; z-index:1;}
#dropline li.current a {background:url(../images/tab_a_on.gif) no-repeat right top; line-height:32px; height:32px}
#dropline li.current a b {background:url(../images/tab_b_on.gif) no-repeat left top; line-height:32px;}
#dropline li.current ul li a {color:#666666; padding:0 10px 0 10px; height:25px; line-height:25px; background:transparent;}
#dropline li.current ul li.current_sub a {color:#000000; font-weight: bold;}
#dropline li.current ul li a:hover {color:#000000;}


