
div.RadMenu_Custom1
{
	margin: auto;
}

.ff div.RadMenu_Custom1 div.menu
{
	/*display: table;
		Makes the radmenu to high, and it doesn't seem to be necessary.
	*/
	width: 100%;
}

.ff div.RadMenu_Custom1 ul.rootGroup
{
	display: table-row;
	width: 100%;
}

.ff div.RadMenu_Custom1 ul.rootGroup > li.item
{
	display: table-cell;
}

.slide li.item
{
	background-color: #444444;
}

div.RadMenu_Custom1 a.link
{
}

div.RadMenu_Custom1 a.link span.text
{
}

div.RadMenu_Custom1 a.link:hover,
div.RadMenu_Custom1 .focused,
div.RadMenu_Custom1 .expanded
{
}

.RadMenu_Custom1 .link:hover .text,
.RadMenu_Custom1 .focused .text,
.RadMenu_Custom1 .expanded .text
{
	color: #c31a1f;
}

.RadMenu_Custom1 .rootGroup .disabled:hover
{
}

.RadMenu_Custom1 .rootGroup .disabled:hover .text
{
}

.RadMenu_Custom1 .rootGroup .text
{
	background:url("/SiteFiles/Layout/pijl.jpg");
	background-repeat: no-repeat;
	text-decoration:none;
	color: white;
	line-height: 31px;
	text-transform:uppercase;
	border-right: 1px solid #b6b6b6;
	margin-left:7px; 
	padding-right:7px;
	text-align:center;
	padding-left:9px;	
	font-weight:bold;
	cursor:hand;
	pointer:hand;

}

.RadMenu_Custom1 .group
{

	
}

.RadMenu_Custom1 .group .link
{	text-decoration:none;

}

.RadMenu_Custom1 .group .text
{
	text-decoration:none;
	color:#ffffff;
	line-height: 20px;
	text-transform:uppercase;
	text-align:left;
	border-bottom: 1px solid #9c9c9c;
	background-color:#575759;
	background:url("");
	border-right:0px;
	margin-left:0px; 
}


.RadMenu_Custom1 .group .link:hover .text,
.RadMenu_Custom1 .group .focused .text,
.RadMenu_Custom1 .group .expanded .text
{
	color:#c31a1f;


}

.RadMenu_Custom1 .group .link:hover,
.RadMenu_Custom1 .group .focused,
.RadMenu_Custom1 .group .expanded
{

}

.RadMenu_Custom1 .leftArrow,
.RadMenu_Custom1 .rightArrow,
.RadMenu_Custom1 .topArrow,
.RadMenu_Custom1 .bottomArrow,
.RadMenu_Custom1 .leftArrowDisabled,
.RadMenu_Custom1 .rightArrowDisabled,
.RadMenu_Custom1 .topArrowDisabled,
.RadMenu_Custom1 .bottomArrowDisabled
{
	
}

.RadMenu_Custom1 .topArrow,
.RadMenu_Custom1 .topArrowDisabled
{
	
}

.RadMenu_Custom1 .bottomArrow,
.RadMenu_Custom1 .bottomArrowDisabled
{
	
}

.RadMenu_Custom1 .rightArrow,
.RadMenu_Custom1 .leftArrow
{
	height:100%;
}

.RadMenu_Custom1 .rightArrow,
.RadMenu_Custom1 .rightArrowDisabled
{
	background-image:url(img/right.gif);
}

.RadMenu_Custom1 .vertical .separator .text
{
	
}

.RadMenu_Custom1 .expandLeft,
.RadMenu_Custom1 .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;
	
}

.RadMenu_Custom1 .link:hover .expandLeft,
.RadMenu_Custom1 .link:hover .expandRight,
.RadMenu_Custom1 .focused .expandLeft,
.RadMenu_Custom1 .focused .expandRight,
.RadMenu_Custom1 .expanded .expandLeft,
.RadMenu_Custom1 .expanded .expandRight
{
	background:transparent url(img/invertedGroupImage.gif) right center no-repeat;

}

/* right to left */
.RadMenu_Custom1_rtl .group .link:hover .expandLeft,
.RadMenu_Custom1_rtl .group .link:hover .expandRight
{
	background:transparent url(img/left.gif) left center no-repeat;
	margin: 0px 1px;
	padding-left: 8px;
}

.RadMenu_Custom1_rtl .expandLeft,
.RadMenu_Custom1_rtl .expandRight
{
	background:transparent url(img/right.gif) left center no-repeat;
}

