/* ================================================================ 
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.stunicholls.com/menu/tree_frog_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/*#336666 darker teal
#669999 lighter teal*/

#menu {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:148px; 
	position:absolute; 
	left:30px;
	top:153px; 
	z-index:100;}
html>/**/ body #menu {
	top:155px;}
#menu ul {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:148px;}
#menu li {
	float:left; 
	background:#336666; 
	position:relative; }
#menu li.sub {
	background:#336666;}
#menu li.sub:hover a{
	color:white;}
#menu li, #menu li a {
	display:block; 
	color:#669999; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; 
	line-height:30px; 
	width:148px; 
	text-decoration:none;  
	cursor:pointer; 
	font-weight: bolder; 
	text-indent:0px;}
#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {display:none;}

#menu li.hover {color:white; z-index:500;}
#menu li.click {color:white;}

#menu li.click ul {display:block;}
#menu li.click ul li.hover ul, 
#menu li.click ul li.hover ul li.hover ul {display:block; position:absolute; left:110px; top:-1px; border:1px solid #fff; border-width:0 1px 1px;}

#menu li.click ul li.fly { }
#menu li.click ul li.hover {color:#669999;}
#menu li.click ul li.hover a {color:white;}

#menu li.click ul li.hover ul li {background:#336666;}
#menu li.click ul li.hover ul li.hover ul li {background:#336666; z-index:500;}

#menu li.click ul li.hover ul li.fly {}
#menu li.click ul li.hover ul li.hover {z-index:500;}
#menu li.click ul li.hover ul li.hover a {color:#000;}

#menu li.click ul li.hover ul li.hover ul li.hover {background:#336666;}
#menu li.click ul li.hover ul li.hover ul li.hover a {color:white;}

