/* ================================================================ 
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_5.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%; background:url(http://lumbrales.eu/menus/tab2.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:#000; border:1px solid #555; margin-left:-1px;}
#outer ul li a.down {background:url(http://lumbrales.eu/menus/down_dropline.gif) no-repeat right center;}
#outer ul li a:hover {color:#fff; background:#689;}
#outer ul li a.down:hover, #outer ul li a.select {color:#fff; background:#689 url(http://lumbrales.eu/menus/down_over.gif) no-repeat right center;}

#outer ul li a:focus {outline:0;}
#outer ul li.clicked a, #outer ul li.clicked a:hover {color:#000; background:#8ac url(http://lumbrales.eu/menus/down_up.gif) no-repeat right center;;}
#outer ul li.clicked a.select:hover {color:#fff; background:#a4a427 url(http://lumbrales.eu/menus/down_over.gif) no-repeat right center;}

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

#selected ul {display:table; background:#6a849f;}

#submenus {clear:left; text-align:center; width:100%; background:#6a849f; 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:#fff; text-decoration:none;text-align:center; line-height:16px; display:block; height:20px; padding:0 14px 0 10px; white-space:nowrap; background: url(http://lumbrales.eu/menus/diamond2.gif) no-repeat right center;}
#submenus ul li a.last {background:#6a849f;}
#submenus ul li a:hover {color:#fff; text-decoration:underline;}

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