/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this scriptt and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_dropline_4.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This script and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* define defaults for IE */
a {color:#000;}
a:visited {color:#111;}
a:hover {color:#222;}
#dropLineMenu {position:relative; padding-top:89px;}

#outer {padding:0; text-align:center; margin:0; width:100%; background:url(tab.gif); height:30px;}
#outer ul {display:table; margin:0 auto; padding:0; list-style-type:none; height:26px; border-left:1px solid #555;}
#outer ul li {display:table-cell; width:auto; margin:0; height:26px; }
#outer ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; text-decoration:none;text-align:center; line-height:22px; display:block; height:24px; padding:0 20px; white-space:nowrap; color:#ccc; border:1px solid #555; margin-left:-1px;}
#outer ul li a.down {background:url(down.gif) no-repeat right center;}
#outer ul li a:hover {color:#fff; background:#50B5D0 url(tab2.gif);}
#outer ul li a.down:hover {color:#fff; background:#50B5D0 url(tab2.gif) no-repeat right center;}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {color:#fff; background:#F7AC84 url(down_up.gif) no-repeat right center;;}

#submenus ul.none {display:none;}
#submenus ul.yes {display:table;}

#submenus {clear:left; text-align:center; width:100%; background:#F7AC84; position:absolute;}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:20px;}
#submenus ul li {display:table-cell; width:auto; margin:0;}
#submenus ul li a {font-family:verdana, arial, sans-serif; float:left; font-size:10px; color:#000; text-decoration:none;text-align:center; line-height:16px; display:block; height:20px; padding:0 14px 0 10px; white-space:nowrap; background: url(diamond.gif) no-repeat right center;}
#submenus ul li a.last {background:#F7AC84;}
#submenus ul li a:hover {color:#000; text-decoration:underline;}