/* ================================================================ 
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.
=================================================================== */

#outer {
	width:600px;
	height:250px;
	position:relative;
	background-color: #000000;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 160px;
}

#outer #content {
	clear:left;
	position:absolute;
	left:230px;
	top:10px;
	width:150px;
	z-index:10;
	background-color: #00FF00;
	color: #00FF00;
	text-decoration: none;
}

#menu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:200px;
	position:absolute;
	top:-30px;
	left:20px;
	z-index:400;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	text-decoration: none;
	height: 248px;
}
#menu ul {
	list-style-type:none;
	padding:0;
	margin:0 10px 0 0;
	width:125px;
	text-decoration: none;
}
#menu li {
	float:left;
	position:relative;
	border-top:0px solid #fff;
	background-color: #00FF00;
	text-decoration: none;
}

#menu li.sub {
	background-color: #000000;
	text-decoration: none;
}

#menu li, #menu li a {
	display:marker;
	color: #FFFFFF;
	font-family:arial, sans-serif;
	font-size:11px;
	line-height:20px;
	width:260px;
	cursor:pointer;
	font-weight:bold;
	background-color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-left-style: 0;
	font-style: normal;
	text-indent: 5px;
	text-decoration: none;
}


#menu ul,
#menu li.click ul ul,
#menu li.click ul li.hover ul ul {
	display:none;
	background-color: #00FF00;
	text-decoration: none;
	color: #CC6666;
}

#menu li.hover {
	color:#000000;
	z-index:500;
	text-decoration: none;
	display: block;
	font-style: italic;
	background-color: #000000;
}
#menu li.click {
	color:#ff0;
	background-color: #000000;
	text-decoration: none;
	display: block;
}

#menu li.click ul {
	display:block;
	color: #000000;
	background-color: #00FF00;
}
#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;
	background-color: #CCFF00;
	text-decoration: none;
	color: #00FF00;
}

#menu li.click ul li.fly {
	background-color: #000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	display: block;
	color: #00FF00;
}
#menu li.click ul li.hover {
	background-color: #000000;
	color: #FFFFFF;
	font-style: italic;
	display: block;
}

#menu li.click ul li.hover ul li {
	background:#c60;
	font-style: italic;
	color: #00FF00;
}
#menu li.click ul li.hover ul li.hover ul li {
	z-index:500;
	background-color: #333333;
	font-style: italic;
	color: #00FF00;
}

#menu li.click ul li.hover ul li.fly {
	background-color: #00FF00;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
	color: #00FF00;
	
}
#menu li.click ul li.hover ul li.hover {
	z-index:500;
	background-color: #000000;
	font-style: italic;
	color: #00FF00;
	
}
#menu li.click ul li.hover ul li.hover a {
	color:#00FF00;
	background-color: #00FF00;
	font-style: italic;
}

#menu li.click ul li.hover ul li.hover ul li.hover {
	background-color: #000000;
	font-style: italic;
	color: #00FF00;
}
#menu li.click ul li.hover ul li.hover ul li.hover a {
	color:#FFFFFF;
	font-style: italic;
}

#outer img {
	display:inline;
	float:left;
	margin: 6px 2px 0px;
	color: #000000;
}
#outer p {
	margin:0px;
	padding:17px 0 0 0;
	color:#000;
	font-size:12px;
	font-family:arial, sans-serif;
	text-align:justify;
}
