/* ================================================================ 
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 {
   position:relative; 
   bottom:0;
   width:950px;
   margin:0 auto 0 auto;
}
#dropline {
   position:relative; 
   background:#5d5e60 url('../img/tab.gif') no-repeat 0 0;
   font-size:1em;
   font-weight:normal;
   color:#fff;
}
#dropline, 
#dropline ul {
   padding:0; 
   margin:0; 
   list-style:none; 
   width:100%;
}
#dropline table {
   border-collapse:collapse; 
   margin:-1px -10px 0 0; 
   padding:0; 
   width:0; 
   height:0; 
   font-size:12px;
}
#dropline li {
   float:left;
   width:125px;
   text-align:center;
}
#dropline li a {
   float:left; 
   display:block; 
   /*height:38px; */
   /*line-height:38px;*/
   width:100%;
   padding:2px 0 0 0;
   margin:0 1px 0 0;
   font-size:1em; 
   font-weight:normal;
   color:#fff;
   text-decoration:none; 
}
#dropline li a:hover {
   font-weight:normal;
}
#dropline ul li a:hover,
#dropline ul li a.active {
   background:#5d5e60 url('../img/tab.gif') no-repeat 0 0;
}


#dropline li ul li a {
   font-weight:normal;
   color:#fff;
}
#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; 
   width:100%;
   top:1.2em;
   left:-9999px;
   background:#5d5e60 url('../img/tab.gif') no-repeat 0 0;
}
#dropline li ul.floatRight li {
   float:right;
}
