#pad {height:140px;}
/* ================================================================ 
This menu has been customized by D3Corp - MJP.
Copyright (c) 2009- Stu Nicholls. All rights reserved.

MJP -- 04-09
=================================================================== */
#menu {
	padding:0; 
	margin:0; 
	list-style:none; 
	height:20px; 
	position:relative; 
	z-index:250; 	
	}
	
#menu li {
	float:left; 
	}
	
#menu li a {
	display:block;
	float:left;
	color:#FFF8B2;
	text-decoration:none;
	height: 20px;
	padding: 5px 5px;
}


#menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	}


/******************************************************
	/ Default link styling
	/ Style the list OR link hover. 
	/ Depends on which browser is used
******************************************************/



#menu li a:hover {
	z-index:200;
	position:relative;
	color:#023B1A;
	}

#menu li:hover {
	position:relative; 
	z-index:200;
	}

#menu li:hover > a {
	color:#023B1A; }

#menu li:hover > a.sub {
	color:#023B1A; 
	}

#menu li.current a {
	color:#FFF8B2;
	}

#menu li a.sub {
	}

#menu li.current a.sub {
	color:#FFF8B2; 
	}

#menu :hover ul {
	left:0; 
	top:19px; 
	width:140px; 
	}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
	}

#menu :hover ul :hover ul{
	left:140px; 
	top:-1px; 
	background:#023B1A; 
	white-space:nowrap; 
	width:100px; 
	z-index:200; 
	height:auto;
	}

#menu :hover ul li {
	margin:0px; 
	background: url(/images/subbuttons.gif) no-repeat;


	}
	
#menu :hover ul li a {
	width:140px;
	padding:0px;
	color:#FFF8B2;
	height:22px;
	line-height:16px;
	text-align: center;
	line-height: 17px;
	}
	
#menu :hover ul li a.fly {
	background:#333 url(right-arrow.gif) no-repeat right center;
	}

#menu :hover ul :hover {
	background-color:#FFF8B2; 
	color:#023B1A;
	}
#menu :hover ul :hover a.fly {
	background-color:#FFF8B2; 
	color:#023B1A;
	}

#menu :hover ul li.currentsub a {
	background:#FFF8B2; 
	color:#023B1A;
	}
#menu :hover ul li.currentsub a.fly {
	background:#ff5500 url(right-arrow.gif) no-repeat right center; 
	color:#023B1A;
	}

#menu :hover ul :hover ul li a {
	width:100px; 
	padding:0; 
	text-indent:10px; 
	background:#ff5500; 
	color:#ccc;
	}
#menu :hover ul :hover ul :hover {
	background-color:#d70; 
	color:#FFF8B2;
	}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {
	background:#840; 
	color:#023B1A;
	}

