/*================================================================
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.
===================================================================*/
#menu
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 190px ! important;
	left: 0;
	z-index: 100;
}
#menu UL
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu LI
{
	float: left;
	/*[disabled]background:#5B7744;*/
	position: relative;
	/*[disabled]border-top:1px solid #C8C8C8;*/
	border-bottom: 1px dotted #DDDDDD;
}
#menu LI.sub
{
	/*[disabled]background:#75846D url(/forskolanaventyret.se/img/frog_arrow.gif) no-repeat top right;*/
}
#menu UL
{
	border-top: 4px double #508034;
}
#menu UL LI
{
	border: 0px solid #A6C296;
}
#menu LI, #menu LI A
{
	display: block;
	color: #555;
	font-family: arial, sans-serif;
	font-size: 11px;
	line-height: 24px;
	width: 190px;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	text-indent: 5px;
}
#menu LI.sub LI A
{
	padding-left: 15px;
	font-weight: normal;
}
#menu UL, #menu LI.click UL UL, #menu LI.click UL LI.hover UL UL
{
	display: none;
}
#menu LI.hover
{
	color: #FF0;
	z-index: 500;
}
#menu LI.click
{
	color: #FF0;
	background: #75846D url(/forskolanaventyret.se/img/frog_arrowdown.gif) no-repeat top right;
}
#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
{
	background: #8D9D84 url(/forskolanaventyret.se/img/frog_arrow.gif) no-repeat top right;
}
#menu LI.click UL LI.hover
{
	background: #79A655;
}
#menu LI.click UL LI.hover UL LI
{
	background: #8D9D84;
}
#menu LI.click UL LI.hover UL LI.hover UL LI
{
	background: #B5C8AA;
	z-index: 500;
}
#menu LI.click UL LI.hover UL LI.fly
{
	background: #8D9D84 url(frog_arrow.gif) no-repeat top right;
}
#menu LI.click UL LI.hover UL LI.hover
{
	z-index: 500;
	background: #B5C8AA;
}
#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: #B5C8AA;
}
#menu LI.click UL LI.hover UL LI.hover UL LI.hover A
{
	color: #FFF;
}
