﻿/* RadMenu Plain skin */

.RadMenu_Dutch 
{
	width: 190px;
	z-index:1;
}

.RadMenu_Dutch_Context
{
	width: 190px;
	background: none;
	
}

.RadMenu_Dutch .rmLink,
.RadMenu_Dutch .rmTemplate .rmText
{
	text-transform: uppercase;
	font-weight: bold;
	line-height: 32px;
	text-decoration:none;
	color: #ded4cd;
	background: url(button_uit.png);
	background-repeat: no-repeat;
	height: 32px;
	width: 190px;
	
}

.RadMenu_Dutch .rmTemplate .rmText:hover,
.RadMenu_Dutch .rmLink:hover,
.RadMenu_Dutch .rmFocused,
.RadMenu_Dutch .rmExpanded
{
	
	color: #ffffff;
	font-weight: bold;
	width: 190px;
	background: url(button_aan.png);
	background-repeat: no-repeat;
}

.RadMenu_Dutch .rmText
{
	
	margin-left: 10px;
	font-size: 12px;
	font-family: Arial, Verdana;
	width: 190px;
}

.RadMenu_Dutch_rtl .rmText
{
	padding-right: 10px;	
	padding-left: 36px;
	border: none 0px;
	width: 190px;
	
}
.RadMenu_Dutch .rmGroup
{
	width: 190px;
	border: none 0px #bbbbbb;
}

.RadMenu_Dutch .rmGroup .rmLink,
.RadMenu_Dutch .rmGroup .rmTemplate .rmText
{
	text-transform: none;
	width:190px;
	background: none;
	border-top: none 0px #fff;
	border-bottom: none 0px #d7d7d7;
	text-align: left;
	filter:alpha(opacity=70);
	opacity:0.7;
	background: url(Menu/button_aan.gif);
	background-repeat: no-repeat;
	
}

.RadMenu_Dutch_rtl .rmGroup .rmTemplate .rmText,
.RadMenu_Dutch_rtl .rmGroup .rmLink
{
	text-transform: none;
	text-align: right;
	border: none 0px;
	width: 190px;
}

.RadMenu_Dutch .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Dutch .rmGroup .rmFocused,
.RadMenu_Dutch .rmGroup .rmExpanded
{
	text-transform: none;
	background: #ededed;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	background: url(button_aan.gif);
	background-repeat: no-repeat;
	border: none 0px;
	width: 190px;

}

.RadMenu_Dutch .rmGroup .rmLink:hover,
{
	text-transform: none;
	
	border: none 0px;
	border-bottom-color: #d7d7d7;
	font-weight: bold;
	text-align: left;
	filter:alpha(opacity=100);
	opacity:1.0;
	width: 190px;
	background: url(button_aan.gif);
	background-repeat: no-repeat;
}

.RadMenu_Dutch .rmLeftArrow,
.RadMenu_Dutch .rmRightArrow,
.RadMenu_Dutch .rmTopArrow,
.RadMenu_Dutch .rmBottomArrow,
.RadMenu_Dutch .rmLeftArrowDisabled,
.RadMenu_Dutch .rmRightArrowDisabled,
.RadMenu_Dutch .rmTopArrowDisabled,
.RadMenu_Dutch .rmBottomArrowDisabled
{
	background: #ededed url(Menu/left.gif) center center no-repeat;
	width:15px;
	border: none 0px;
}

.RadMenu_Dutch .rmTopArrow,
.RadMenu_Dutch .rmTopArrowDisabled
{
	background-image:url(Menu/top.gif);
	width:100%;
	border: none 0px;
}

.RadMenu_Dutch .rmBottomArrow,
.RadMenu_Dutch .rmBottomArrowDisabled
{
	background-image:url(Menu/bottom.gif);
	width:190px;
	border: none 0px;
}

.RadMenu_Dutch .rmRightArrow,
.RadMenu_Dutch .rmLeftArrow
{
	width:190px;
	height:100%;
	border: none 0px;
}

.RadMenu_Dutch .rmRightArrow,
.RadMenu_Dutch .rmRightArrowDisabled
{
	width:190px;
	background-image: url(Menu/right.gif);
	border: none 0px;
}

.RadMenu_Dutch .rmVertical .rmSeparator
{
	width:190px;
	padding: 0;
	background: #ccc;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	border: none 0px;
}

.RadMenu_Dutch .rmExpandLeft,
.RadMenu_Dutch .rmExpandRight
{
	width:190px;
	background: transparent url(Menu/groupImage.gif) right center no-repeat;
	margin-right: 4px;
	border: none 0px;
}

.RadMenu_Dutch .rmExpandLeft,
.RadMenu_Dutch .rmExpandRight
{
	width:190px;
	background: url(Menu/groupImageRTL.gif) left center no-repeat;
}

.RadMenu_Dutch .rmLink:hover .rmExpandLeft,
.RadMenu_Dutch .rmLink:hover .rmExpandRight,
.RadMenu_Dutch .rmFocused .rmExpandLeft,
.RadMenu_Dutch .rmFocused .rmExpandRight,
.RadMenu_Dutch .rmExpanded .rmExpandLeft,
.RadMenu_Dutch .rmExpanded .rmExpandRight
{
	width:190px;
	background:transparent url(Menu/invertedGroupImage.gif) right center no-repeat;
	border: none 0px;
}

.RadMenu_Dutch_rtl .rmLink:hover .rmExpandLeft,
.RadMenu_Dutch_rtl .rmLink:hover .rmExpandRight,
.RadMenu_Dutch_rtl .rmFocused .rmExpandLeft,
.RadMenu_Dutch_rtl .rmFocused .rmExpandRight,
.RadMenu_Dutch_rtl .rmExpanded .rmExpandLeft,
.RadMenu_Dutch_rtl .rmExpanded .rmExpandRight
{
	width:190px;
	background:transparent url(Menu/groupImageRTL.gif) left center no-repeat;
	border: none 0px;
}
