/* ================================================================ 
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_3.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;}
#content {position:relative;}

#outer {padding:0; text-align:center; margin:0; width:100%; border-top:1px solid #d20; background:url(back3.gif);}
#outer ul {display:table; margin:0 auto; padding:0; list-style-type:none; height:25px;}
#outer ul li {display:table-cell; width:auto; margin:0;}
#outer ul li a {font-family:arial; float:left; font-size:14px; text-decoration:none;text-align:center;line-height:25px; display:block; height:25px; padding:0 10px; white-space:nowrap; color:#888;}
#outer ul li a:hover {color:#000;}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a {color:#000;}

#submenus ul.none {display:none;}
#submenus ul.yes {display:table;}

#submenus {clear:left; padding:0; text-align:center; margin:0; width:100%; border-bottom:2px solid #d20; background:url(back3.gif) left bottom; position:absolute;}
#submenus ul {margin:0 auto; padding:0; list-style-type:none; height:25px;}
#submenus ul li {display:table-cell; width:auto; margin:0;}
#submenus ul li a {font-family:arial; float:left; font-size:12px; color:#fff; text-decoration:none;text-align:center;line-height:25px; display:block; height:25px; padding:0 10px; white-space:nowrap;}
#submenus ul li a:hover {color:#000; text-decoration:underline;}

