/* standaard classes r.a.d.menu SchoolOpHetWeb skin */

.rootGroup
{ 	
	cursor:hand;
	width:220px;
}
.rootgroup .item
{
	width: 220px;
}
.rootgroup .text
{ 	
	cursor:hand;	
	padding: 0px;
	line-height:14px;
	font-family: arial;
	font-size: 12px;
}
.RadMenu_SchoolOpHetWeb a
{
	text-decoration: none;
}

.RadMenu_SchoolOpHetWeb a:hover
{
	text-decoration: none;
	background: #0289b4;
	color: white!important; 
}
.level1 .text
{
	font-size: 10px!important;
	line-height:12px!important;
}
.item .expanded
{
	text-decoration: none;
	background: #0289b4;
	color: white!important; 
}

.group
{
	text-decoration: none;
	background: #dfe1e1;
	border: solid 1px grey;
}

.RadMenu_SchoolOpHetWeb .expandLeft
{
	background:transparent url(/arpo/images/layout/arrow_right_off.gif) right bottom no-repeat;
	margin: 0px;
}

.RadMenu_SchoolOpHetWeb .expanded .expandLeft 
{
	background:transparent url(/arpo/images/layout/arrow_right_on.gif) right bottom no-repeat;
	margin: 0px;
}



