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

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
ul#menu {padding:0px 0px 0px 0px; list-style:none; background:url(back.gif);  margin:0; 
	font-size:11px; font-family:arial, sans-serif; height:38px; width:1000px; position: absolute; 
	left:0px; top:150px;z-index: 99} /* top: 85px - with no bigpond header */
ul#menu ul {padding:0; margin-left:3px; list-style:none; position:absolute; left:-9999px;}
ul#menu table {border-collapse:collapse; font-size:1em; float:left; margin:0;}

ul#menu ul li {float:left; position: relative; left: -5px; text-align:left;}
ul#menu ul li a {display:block; line-height:20px; margin:0px; padding-left:5px; 
	background:transparent; width:150px;font-family: Arial, Helvetica; font-size: 11pt;}

ul#menu li {display:inline; margin:0px -3px 0px 0px; padding: 0px; text-align:left;}
ul#menu li a {display:inline-block; height:33px; margin:5px 0 0 0; padding:0 25px 0 0; 
	background:url(button.gif) right top; line-height:30px; 
	text-decoration:none; color:#fff; text-transform: lowercase; 
	font-size: 13pt;font-family: Arial, Helvetica}
ul#menu li a.sub {background:url(button-arrow.gif) right top;}

html>/**/body ul#menu li {display:inline-block; padding:0;}

* html ul#menu li a.sub {margin-right:0px;}
* html ul#menu li a {margin-bottom:-4px;}

ul#menu li a b {display:block; height:33px; font-weight: normal; float:left; padding:0 0 0 20px; 
	background:url(button.gif) left top; cursor:pointer;text-align: center;}

ul#menu li a:hover {position:relative; background-position:right bottom; color:#fff;}
ul#menu li a:hover b {background-position:left bottom;}

ul#menu li:hover {position:relative;}
ul#menu li:hover > a {background-position:right bottom; color:#fff;}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu li.current > a {background-position:right bottom; color:#fff;}
ul#menu li.current > a b {background-position:left bottom;}

ul#menu :hover ul {left:1px; width:105px; top:38px;}
* html ul#menu :hover ul {top:33px;}

ul#menu :hover ul li {display:block; float:left; margin:0; 
	border-bottom:1px solid #E45424;border-left:1px solid #E45424;border-right:1px solid #E45424;}
ul#menu :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; width:115px; background:#fff; color:#000;}
ul#menu :hover ul li a.fly {background:#fff url(arrow.gif) no-repeat right center;}
ul#menu :hover ul li a:hover {background:#E45424; color:#fff;}
ul#menu :hover ul li:hover > a {background:#E45424; color:#fff;}

ul#menu :hover ul li a.fly:hover {background:#E45424 url(arrow-over.gif) no-repeat right center;}
ul#menu :hover ul li:hover > a.fly {background:#E45424 url(arrow-over.gif) no-repeat right center;}

ul#menu :hover ul ul {left:-9999px;}

ul#menu :hover ul :hover ul {left:147px; top:0; width:105px;}

ul#menu :hover ul :hover ul li {display:block; float:left; margin:0; border-bottom:1px solid #E45424;}
ul#menu :hover ul :hover ul li a {display:block; float:left; margin:0; height:25px; line-height:25px; background:#eee; color:#000;width:135px;}
ul#menu :hover ul :hover ul li a:hover {color:#fff; background:#58585A;}


ul#menu li a.right {
	background:url(button.gif) left top;
}
ul#menu li a.right:hover {
	background:url(button.gif) left bottom;
}

