/* ================================================================ 
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 {z-index:19;list-style:none; background:transparent; text-align:left; font-size:12px; height:25px; width:730px; position:absolute; top:0px; font-weight: bold; margin-top:0px;}
ul#menu ul {padding:0; margin:0; list-style:none; position:absolute; left:-9999px;}
ul#menu table {border-collapse:collapse; font-size:1em; float:left; margin:-1px;}

ul#menu ul li {float:left; margin:0; text-align:left;  }
ul#menu ul li a {display:block; line-height:20px; margin:0px; padding:0 10px; background:transparent; width:150px;}

ul#menu li {display:inline; margin:0 -2px; text-align:left;}
ul#menu li a 
{
	display:inline-block; 
	height:36px; 
	margin:5px 0 0 0;
	padding:0 5px 0 0; 
	line-height:30px; 
	text-decoration:none; 
	/*color:#990000;*/
	color: RGB(92, 45, 145)
	}
/* above line changed 22/07/10 to accommodate increase in length of menu - 80p
ul#menu li a {display:inline-block; height:36px; margin:5px 0 0 0;padding:0 15px 0 0; line-height:30px; text-decoration:none; color:#990000;}*/

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

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

ul#menu li a b {display:block; height:36px; float:left; padding:0 0 0 20px; cursor:pointer;}

ul#menu li a:hover 
{
	position:relative; 
	background-position:right bottom; 
	/*color:#c60;*/
	color: RGB(157, 191, 173)
	}
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:#c60;*/
	color: RGB(157, 191, 173)
	}
ul#menu li:hover > a b {background-position:left bottom;}

ul#menu :hover ul {left:1px; width:200px; top:41px;}
* html ul#menu :hover ul {top:36px;}

ul#menu :hover ul li 
{
	display:block; 
	float:left; 
	margin:0; 
	/*border-bottom:1px solid #990000;*/
	}
ul#menu :hover ul li a 
{
	display:block; 
	float:left; 
	margin-top:0px; 
	height:auto; 
	line-height:25px; 
	width:100px; 
	background:#fff; 
	/*color:#990000;*/
	color: RGB(161, 168, 58)
	}
ul#menu :hover ul li.sub-big a 
{
	display:block; 
	float:left; 
	margin-top:0px; 
	height:auto; 
	line-height:25px; 
	width:200px; 
	background:#fff; 
	/*color:#990000;*/
	color: RGB(161, 168, 58)
	}
ul#menu :hover ul li a.fly {background:#fff;}
ul#menu :hover ul li a:hover 
{
	background:#fff; 
	/*color:#c60;*/
	color: RGB(244, 124, 32)
	}
ul#menu :hover ul li:hover > a 
{
	background:#afff; 
	/*color:#c60;*/
	color: RGB(244, 124, 32)
	}

ul#menu :hover ul li a.fly:hover 
{
	background:#c60;
	}
ul#menu :hover ul li:hover > a.fly {background:#c60;}

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

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

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