/* r.a.d.menu skin ROER januari 2008
/* nog fout: geactiveerd menu-item zou anders gekleurd moeten zijn... */


.RadMenu_roer .text
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	text-indent: 3pt;
	font-weight: normal;
	color: #ffffff;
	line-height: 26px;
	border-left: #eeab1f 5px solid;
	border-right: #393736 10px solid;
}

.RadMenu_roer /*balk radmenu*/
{
	background-color: transparent;
}


.RadMenu_roer .link
{
}

.RadMenu_roer .link:hover, .RadMenu_roer .focused, .RadMenu_roer .expanded
{
}

.RadMenu_roer .link:visited
{
}

.RadMenu_roer .rootGroup
{
}
.RadMenu_roer .rootgroup .link
{
	color: #393736;
	width: 125px;
}

.RadMenu_roer .rootgroup .link:hover .text, .RadMenu_roer .rootgroup .focused .text
{
	color: #eeab1f;
	text-decoration: none;
}


.RadMenu_roer .rootgroup .link:hover, .RadMenu_roer .rootgroup .focused
{
	color: #393736;
	/*background-color: #666666;*/
	text-decoration: none;
}

.RadMenu_roer .group
{
}

.RadMenu_roer .group .text
{
	border-left: #a4a1a1 5px solid;
	border-right: #666666 10px solid;

}

.RadMenu_roer .group .link
{
	color: white;
	background-color: #666666;
	/*width: 250px; /*is nodig om in Firefox menu niet gedeeltelijk transparent te laten zien */
	text-decoration: none;
}





