.menu DIV 
{
	left: 1px; 
	float: left; 
	position: relative; 
}

.menu A 
{
	float:left;
	color: #FFFFFF;
	text-decoration: none;
    font-size: 12px;
    font-family: Arial;
    margin-top:10px;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px SOLID #666666;
    display: block;
}

/*#menu DIV .menuItemInactive, #menu DIV .menuItemActive
{
    float: left;
    height: 30px;
    text-align: left;
    padding-left: 10px;
     color: #990099; 
}

.menuItemActive a
{
    color: #990099; 
}*/

.menu A:hover 
{
	height: 15px;
	color: #990099; 
	font-size: 12px;
    font-family: Arial;
}

.menu .menu 
{
	width: 150px; 
	color: #000; 
	border: 1px SOLID #FFFFFF;
	padding-bottom: 3px;
	position: absolute; 
	margin-top: 40px;
	background-color: #F6E5F5; 
	text-align: left;
	background-image: url("http://www.klava.nl/images/menu_bottomplaatje.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.menu .menu DIV 
{
	left: 0px; 
	width: 150px; 
	position: relative; 
	background-color: #F6E5F5;
}

.menu .menu DIV A 
{
	margin-top: 0px;
	padding-top: 3px;
	padding-right: 0px; 
	padding-left: 13px; 
	display: block; 
	top: 0px; 
	left: 0px; 
	overflow: hidden; 
	position: relative; 
	height: 17px; 
	border-right-style: none; 
	border-left-style: none; 
	border-bottom: 1px Solid #FFFFFF;
	color: #999999;
	width: 137px;
	font-size: 12px;
    font-family: Arial;
}

.menu .menu DIV A:hover 
{
	padding-right: 0px; 
	border-bottom: 1px Solid #FFFFFF;
	display: block; 
	left: 0px; 
	float: left; 
	padding-bottom: 0px; 
	overflow: hidden; 
	width: 137px; 
	color: #990099; 
	position: relative; 
	top: 0px; 
	height: 17px; 
	background-color: #E0E0E0;
	font-size: 12px;
    font-family: Arial;
}

.menu .menu .menu
{
	margin-top: 0px;
	width: 150px; 
	background-image: url("http://www.klava.nl/images/menu_bottomplaatje.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-left: 150px;
	position: absolute; 
}

.menu .menu .menu DIV 
{
	margin-top: 0px;
	left: 0px; 
	width: 150px; 
	position: relative; 
	background-color: #F6E5F5;
}
/*
.menu .menu .menu DIV A:hover 
{
	paddingg-right: 0px; 
	display: block; 
	padding-left: 3px; 
	left: 0px; 
	float: left; 
	padding-bottom: 0px; 
	overflow: hidden; 
	width: 152px; 
	color: #000; 
	padding-top: 3px; 
	position: absolute; 
	top: 0px; 
	height: 17px; 
	background-color: #d0d5e2;
}

/*
#menu DIV .menuItemInactive, #menu DIV .menuItemActive
{
    float: left;
    height: 30px;
    text-align: left;
    padding-left: 10px;
     color: #990099; 
}

.menuItemActive a
{
    color: #990099;
}*/


