/* ================================================================ 
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 {position:relative;}

/* lichtgrijs */
#menu {
	list-style-type:none; 
	padding:0px; 
	margin:8px; 
	width:200px; 
	position:absolute; 
	top:0px; 
	left:0; 
	z-index:100;
}
#menu ul {
	list-style-type:none; 
	padding:0; 
	margin:0; 
	width:150px;
}
#menu li {
	float:left; 
	background:#eeeeee; 
	position:relative; 
	padding-bottom:0px; 
	padding-left:4px;
	line-height:15px;
	font-family:Helvetica, Arial, sans-serif; 
	font-size:1em; 
}
#menu li, 
#menu li a {
	display:block; 
	color:#999999; 
	font-weight:lighter; 
	width:200px; 
	text-decoration:none; 
	cursor:pointer; 
	font-weight:bold; 
	text-indent:5px;
}
#menu li a:hover {
	display:block; 
	background-color:#CCCCCC; 
	color:#333333; 
	width:200px; 
	text-decoration:none; 
	cursor:pointer; 
	text-indent:5px;
}
.tagCloud{
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	line-height:1.4em;
	margin-left: -20px;
	padding-left: 24px;
	height:100%;
	width:100%;
}
.tagCloud h5{
	font-weight:bold;
	font-size:1em;
	color:#333333;
	margin-left:-12px;
	padding-left:8px;
	padding-top:1px;
	padding-bottom:0px;
}


