/* ================================================================ 
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 #
Copyright (c) 2025-2025 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {width:790px; height:31px; text-align:center; margin:0 auto; z-index: 100;}

#menu ul {margin:0; padding:0; list-style:none; text-align:left; z-index: 100;}
#menu ul {display:inline-block;} 
#menu ul {display:inline;}

#menu li {margin:0; padding:0; list-style:none; z-index:9999;}
#menu li {display:inline-block; display:inline; cursor: default}
#menu ul ul {position:absolute; left:-9999px;}
/* Screws up positioning in FF randomly */
/*#menu ul.level1 {display:table; margin:0 auto;}*/
#menu ul.level1 li.level1-li {float:left; display:block; position:relative;}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {display:block; font:normal 12px verdana,arial,sans-serif;  color:#fff; line-height:22px; text-decoration:none;padding:0 10px; z-index:999;}
#menu ul.level1 li.level1-li a.level1-a {float:left; text-transform: uppercase;}

#menu ul li:hover > ul {visibility:visible; left:0; top:22px;}
#menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto; margin-top:-22px;}
#menu li.left:hover > ul {visibility:visible; left:auto; right:0; top:22px;}
#menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; margin-top:-22px;}


#menu a:hover ul {left:0; top:20px;}
#menu li.left a:hover ul {left:auto; right:-1px; top:20px;}

#menu li.left ul a {text-align:right;}

#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu li.left a:hover a:hover ul, 
#menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}

#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}
#menu li.left a:hover ul ul, 
#menu li.left a:hover a:hover ul ul {left:-9999px;}

/*#menu li a.drop {background:transparent url("anywidth/white-down.gif") no-repeat right center;}
#menu li a.fly {background:transparent url("anywidth/white-right.gif") no-repeat right center;}
#menu li.left ul a.fly {background:transparent url("anywidth/white-left.gif") no-repeat left center;}*/

#menu li a:hover,
#menu li a.fly:hover {color:#ffe; white-space:normal;} 
#menu li:hover > a,
#menu ul li:hover > a.fly {color:#ffe; white-space:normal;}

#menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}

#menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}

#menu a.level2-a, #menu a.level2-a:visited {background-color: #35483a; border-top: 1px solid #4E5E51;text-transform: none;}
#menu a.level2-a:hover { background-color:#355f3e; border-top: #4e7256 1px solid;  } 

#menu ul.level3 a, #menu ul.level3 a:visited {background-color:#678f35; border-top: #799d4e 1px solid; }
#menu ul.level3 a:hover {background-color:#78a93e; border-top: #88b355 1px solid;}

#menu ul.level2 {margin-left: 10px;}

#menu ul.level2 a {padding: 0 20px 0 10px; width: 140px;}

#menu ul.level2 a.fly {background-image:url("../images/menu/submenu_arrow.gif"); background-repeat: no-repeat; background-position: 157px center;}
#menu ul.level2 a:hover ul {top:24px;}

#menu ul.level1 a.lang,
#menu ul.level2 a.lang {
 	background-position: 5px 6px;
 	background-repeat: no-repeat; 
 	padding: 0 20px 0 27px;  
}

#menu ul.level1 li.lang:hover > ul {
	left: -10px;
}
#menu ul.level1 a.lang:hover ul {
	left: -10px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
