/* standaard classes r.a.d.menu SchoolOpHetWeb skin */

.rootGroup
{ 	
	cursor:hand;

}

.rootGroup .text
{ 	
	cursor:hand;	
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:14px;
	font-family: verdana;
	font-size: 12px;
	color: white;
	padding-left: 10px;	
	padding-right: 10px;
	
	
}
.rootGroup a
{
	text-decoration: none;
	cursor:hand;
}

.rootGroup a:hover
{
	color: white;
	text-decoration: underline;
}

.rootGroup .level1,
.rootGroup .level2,
.rootGroup .level3,
.rootGroup .level4,
.rootGroup .level5
{
	background-color:#E31C18;
	cursor:hand;	
	padding: 1px;
	border:solid 1px black;
	text-decoration: none;
}

.rootGroup .level1 .text,
.rootGroup .level2 .text,
.rootGroup .level3 .text,
.rootGroup .level4 .text,
.rootGroup .level5
{
	cursor:hand;	
	padding: 1px;
	text-decoration: none;
	margin: 5px;
}





