/* r.a.d.menu Custom1 Skin */

.RadMenu_Custom1
{

}

.RadMenu_Custom1 .horizontal .text
{
	font-size: 13px;
	font-family: verdana;
	cursor: hand; cursor: pointer;
	color: #707070;
	font-weight: bold;
	border-right: 0px solid #7d7d7d;
	display: block;
	margin: 20px 0px 0px 12px;
	height: 18px;
	padding: 1px 22px 1px 0px;
	float: left;
	text-decoration: none;
	display: inline;
	background: url(/sitefiles/layout/pijl.gif) right 7px no-repeat;
}

.RadMenu_Custom1 .horizontal .last .text
{
	border-right: 0px solid #7d7d7d;
}



.RadMenu_Custom1 .link .text
{

}

.RadMenu_Custom1 a.link:hover .text,
.RadMenu_Custom1 .text  .focused,
.RadMenu_Custom1 .text  .expanded
{
	cursor: hand; cursor: pointer;
	color: #fd7d18;
	text-decoration: underline;	
}

.RadMenu_Custom1 .rootGroup a.disabled:hover
{
	
}

.RadMenu_Custom1 .rootGroup a.disabled:hover .text
{
	
}

.RadMenu_Custom1 .text
{
	
}

.RadMenu_Custom1 .slide
{
	margin-top: 22px;	
}
.ff .RadMenu_Custom1 .slide
{
	margin-top: 25px;	
}

.RadMenu_Custom1 .vertical .item
{
	cursor: hand; cursor: pointer;	
	background: #e0e0e0;
	border-left: 2px solid #17171;
	border-right: 0; border-bottom: 0; border-top: 0;
	padding: 2px;
	margin: 0;
	width: 150px;	
}

.ff .RadMenu_Custom1 .vertical .item
{
	cursor: hand; cursor: pointer;	
	background: #e0e0e0;
	border-left: 2px solid #17171;
	border-right: 0px solid white; border-bottom: 0; border-top: 0;
	padding: 2px;
	margin: 0;
	width: auto;
	background-image: none;
}

.RadMenu_Custom1 .group .link
{
}

.RadMenu_Custom1 .group .text
{
	margin-left: -0px;
	margin-top: -0px;
	font-size: 11px;
	font-family: verdana;
	font-weight: normal;	
	border-left: 0; border-top: 0; 	border-right: 0px solid white;
	border-bottom: 1px solid white;
	padding: 5px 8px 5px 8px;
	cursor: hand; cursor: pointer;		
	width: 100%;
	display: block;
	background-image: none;	
}

.RadMenu_Custom1 .last .text
{
	border-bottom: 0px solid white;
}


.RadMenu_Custom1 .group a.link:hover .text,
.RadMenu_Custom1 .group .focused .text,
.RadMenu_Custom1 .group .expanded .text
{
	cursor: hand;
}

.RadMenu_Custom1 .group a.link:hover,
.RadMenu_Custom1 .group .focused,
.RadMenu_Custom1 .group .expanded
{
	
}


