/* ================================================================ 
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_port {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:148px; 
	position:absolute; 
	left:30px;
	top:153px; 
	z-index:100;}
html>/**/ body #menu_port {
	top:155px;}
#menu_port ul {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:148px;}
#menu_port li {
	float:left; 
	background:#336666; 
	position:relative; }
#menu_port li, #menu_port 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_port li, #menu_port li a:hover {
	color:white;}
	
#menu_port ul li.hover ul ul {display:none;}
#menu_port li.hover {color:white; z-index:500;}
#menu_port ul li.hover ul li.hover ul {display:block; position:absolute; left:110px; top:-1px; border:1px solid #fff; border-width:0 1px 1px;}