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

body {background-color: #006666;}

#outer {width:160px; height:510px; position:absolute; top: 16px; left: 15px;}

#menu {list-style-type:none; padding:0px; margin:0px;}
#menu ul {list-style-type:none; padding:0px; margin:0px; width:150px; position:relative;}

#menu li.sub {padding-top: 2px; padding-bottom: 5px; background-image: url(../Buttons/Lbutton1d.gif); background-repeat: no-repeat;}

#menu ul li, #menu ul li.fly {padding-top: 1px;  padding-left: 11px; background-image: url(../Buttons/Lbutton2d.gif); background-repeat: no-repeat; background-position: 14px 0px}

#menu li.drei {background-image: url(../Buttons/Lbutton3c.gif); background-repeat: no-repeat;background-position: 16px 0px}

#menu li.sub a:visited {color:#555;}
#menu li.sub a:hover, 
#menu li.sub a:active {color:#fff; background-color: #006666; }

#menu li, #menu li a {color:#000; font-family:arial, sans-serif; font-size:13px;  text-decoration:none; font-weight:bold; text-indent:5px; margin-left:7px;}

#menu ul {display:none;}
#menu li.sub ul li.fly ul  {display:none;}

#menu li.hover {color:#ffffff;}
#menu li.click {color:#ffffff;}

#menu li.click ul, #menu li.hover ul {display:block;}

#menu li.click ul li.hover ul, #menu li.click ul li.click ul {display:block;}

