﻿/* RadMenu Default skin */

.RadMenu_AZN 
{
	/*border: 0px solid #010101;
	border-bottom-width: 0;
	
	background: #4B4B4B url(Menu/MenuBackground.gif) repeat-x top left;*/
	
	text-align: left;
	z-index:0;
}

.RadMenu_AZN_rtl
{
	text-align: right;
}

.RadMenu_AZN_Context
{
	background: none;
	border: 0;
}

.RadMenu_AZN a
{
	text-decoration: none;
}

.RadMenu_AZN .rmLink
{
	line-height: 28px;
	text-decoration: none;
	color: #fff;	
}

.RadMenu_AZN .rmFocused
{
	outline: 0;
}

.RadMenu_AZN .rmLink:focus
{
	outline: 0;
}

.RadMenu_AZN .rmExpanded
{
	position: relative;
	/*z-index: 10000;*/
	

}

.RadMenu_AZN .rmExpanded
{
	background-color: transparent;
	/*color: #ee1c52;*/
	color:#FFFFFF;
	font-weight:bold;
	
}

.RadMenu_AZN .rmFocused
{
	background-color: transparent;
	/*color: #ee1c52;*/
	color:#ee1c52;
	font-weight:bold;
	
}

.RadMenu_AZN .rmLink:hover
{
	background-color: transparent;
	/*color: #ee1c52;*/
	color:#ee1c52;
	font-weight:bold;
	
}

.RadMenu_AZN .rmLink .rmText
{
	font: normal 13px "Trebuchet MS", Verdana, Arial,sans-serif;
	font-weight:bold;
	/*background-color:transparent;
	background-image:url('/MasterPageImages/seperator1.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;*/
	cursor:pointer;
}
/*
.RadMenu_AZN .rmRootGroup .rmFocused .rmText
{
	font: normal 13px "Trebuchet MS", Verdana, Arial,sans-serif;
	font-weight:bold;
	background-color:transparent;
	background-image:url('../MasterPageImages/bg_RootGroup_Selected_Tab.png');
	background-position:-20px 0px;
	background-repeat:no-repeat;
}*/
*/
.RadMenu_AZN  .rmFocused .rmLink .rmText
{

}

.RadMenu_AZN .rmGroup
{
	background-color: transparent;
}

.RadMenu_AZN .rmGroup .rmLink
{
	text-decoration: none;
	color: #ee1c52;
	background-color: transparent;
}

.RadMenu_AZN_rtl .rmGroup .rmLink
{
	text-align: right;
	background-color: transparent;
}

.RadMenu_AZN .rmGroup .rmExpanded
{
	color: #4B4B4B;
	/*text-decoration:underline;*/
	background-color: transparent;
	
}

.RadMenu_AZN .rmGroup .rmFocused
{
	color: #4B4B4B;
	/*text-decoration:underline;*/
	background-color: transparent;
	
}

.RadMenu_AZN .rmGroup .rmLink:hover
{
	color: #4B4B4B;
	/*text-decoration:underline;*/
	background-color: transparent;
	
}

.RadMenu_AZN .rmText
{
	padding: 3px 10px 5px;
}

.RadMenu_AZN .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 4px 37px 5px 20px;
	background-color: transparent;
}
.RadMenu_AZN_rtl .rmGroup .rmLink .rmText
{
	padding: 4px 20px 5px 37px;
}
/* <expand arrows styling> */

.RadMenu_AZN .rmGroup .rmLink .rmExpandRight
{
	background: transparent url(Menu/ArrowExpand.gif) no-repeat right -1px;
}

.RadMenu_AZN .rmGroup .rmLink .rmExpandLeft
{
	background: transparent url(Menu/ArrowExpandRTL.gif) no-repeat left -1px;
}

.RadMenu_AZN .rmGroup .rmExpanded .rmExpandRight
{
	/*background-image: url(Menu/ArrowExpandHovered.gif);*/
}

.RadMenu_AZN .rmGroup .rmFocused .rmExpandRight
{
	/*background-image: url(Menu/ArrowExpandHovered.gif);*/
}

.RadMenu_AZN .rmGroup .rmLink:hover .rmExpandRight
{
	/*background-image: url(Menu/ArrowExpandHovered.gif);*/
}

.RadMenu_AZN .rmGroup .rmExpanded .rmExpandLeft
{
	/*background-image: url(Menu/ArrowExpandHoveredRTL.gif);*/		
}

.RadMenu_AZN .rmGroup .rmFocused .rmExpandLeft
{
	/*background-image: url(Menu/ArrowExpandHoveredRTL.gif);*/		
}

.RadMenu_AZN .rmGroup .rmLink:hover .rmExpandLeft
{
	/*background-image: url(Menu/ArrowExpandHoveredRTL.gif);*/		
}

/* </expand arrows styling> */

.RadMenu_AZN .rmHorizontal .rmItem { border-right: 0px solid #FFF; padding-bottom:1px; }
.RadMenu_AZN .rmHorizontal .rmLast { border-right:0; }

.RadMenu_AZN .rmVertical .rmItem { border-bottom: 1px solid #353535; }
.RadMenu_AZN .rmVertical .rmLast { border-bottom: 0; padding-bottom: 1px; }

.RadMenu_AZN_rtl .rmHorizontal .rmItem { border-left: 0; }

.RadMenu_AZN_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_AZN .rmRootGroup .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_AZN .rmGroup /* Element voor het verwijderen van achtergrond FlyOuts en dus transparancy*/
{
	border: 0px solid #828282;
	background:none;
	width:260px;
	margin-top:30px;
}
.RadMenu_AZN .rmLevel1 .rmLink /*Item van Level1 menu!!*/
{
	background-image:url('/MasterPageImages/bg_FlyOuts_trans_3_25.png')! important;* background-image:url('../Style Library/Images/bg_FlyOuts_trans_3_25.gif');
	background-repeat:no-repeat;
	margin-left:-60px !important; *margin-left:0px;
	
}
.RadMenu_AZN .rmLevel1 .rmLink:hover /*Item van Level1 menu HOVER!!*/
{
	background-image:url('/MasterPageImages/bg_FlyOuts_trans_3_Focus.png')! important;* background-image:url('../Style Library/Images/bg_FlyOuts_trans_3_Focus.gif');
	background-repeat:repeat-y;
	margin-left:-60px!important; *margin-left:0px;	
}
.RadMenu_AZN .rmRootGroup .rmLast .rmText /*Laatste Item van hoofdmenu!!*/
{
	/*background-color:green;*/
}
.RadMenu_AZN .rmLevel1 .rmLast .rmLink /*Laatste Item van Level1 menu!!*/
{

	background-image:url('/MasterPageImages/bg_FlyOuts_trans_3_bottom.png')! important;* background-image:url('../Style Library/Images/bg_FlyOuts_trans_3_bottom.gif');
	background-repeat:no-repeat;
	height:50px;
	width:260px;
}
.RadMenu_AZN .rmLevel1 .rmLast .rmLink:hover /*Laatste Item van Level1 menu + HOVER!!*/
{

	background-image:url('/MasterPageImages/bg_FlyOuts_trans_3_bottom_Focus.png')! important;
	* background-image:url('../Style Library/Images/bg_FlyOuts_trans_3_bottom_F.gif');
	background-repeat:no-repeat;
	height:50px;
	width:260px;
}
.RadMenu_AZN .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_AZN .rmBottomArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_AZN .rmTopArrow
{
	height: 10px;
	width: 100%;
	background: #fff url(Menu/ArrowScrollUpDown.gif) no-repeat top center;
}

.RadMenu_AZN .rmBottomArrow
{
	background-position: center -18px;
}

.RadMenu_AZN .rmRightArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_AZN .rmLeftArrow
{
	width: 10px;
	height: 100%;
	background: #fff url(Menu/ArrowScrollLeftRight.gif) no-repeat left center;
}

.RadMenu_AZN .rmRightArrow
{
	background-position: -18px center;
}

.RadMenu_AZN .rmSlide .rmItem 
{
	background:none;
}

.RadMenu_AZN .rmItem 
{
	background: transparent url('/MasterPageImages/seperator1.gif') left top scroll no-repeat;
}

.RadMenu_AZN .rmItem .rmDisabled .rmText
{
	color: #999;
}

.RadMenu_AZN .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_AZN .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_AZN .rmGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_AZN .rmRootGroup .rmSeparator
{
	background: #8f8f8f;
	border-top: 1px solid #676767;
	border-bottom: 0;
}

.RadMenu_AZN .rmSeparator .rmText
{
	/*display: none;*/
	
}

.RadMenu_AZN .rmHorizontal .rmSeparator
{
	/*height: 20px;
	width: 2px;
	line-height: 20px;
	background-color:#FFFFFF;*/
	height: 100px;  
    width: 30px;  
    background: transparent url('/MasterPageImages/seperator1.gif') right center no-repeat;  
	border: 0;
}

.RadMenu_AZN .rmLeftImage
{
	margin: 2px;
	
}

.RadMenu_AZN .rmSlide
{
	margin: 0px 0 0 -1px !important;
	margin:1px 0 0 -60px;
}

.RadMenu_AZN .rmHorizontal .rmSlide
{
	margin-top: 1px !important;/*Positie van het Flyoutmenu*/
	margin:1px 0 0 -60px;
}

.RadMenu_AZN_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-left: -60px;
	margin-right: -1px !important;*	margin-right: 0;
}

.RadMenu_AZN .rmGroup .rmSlide
{
	margin: 0 ;
}

.RadMenu_AZN .rmItem .rmDisabled:hover
{
	/*background: none;*/
}

.RadMenu_AZN .rmGroup .rmFocused 
{
	font-weight: bold;
	background-color:transparent;
	background-image:url('/MasterPageImages/bg_FlyOuts_trans_3_Focus.png')!important;
	* background-image:url('../Style Library/Images/bg_FlyOuts_trans_3_Focus.gif');
	background-repeat:repeat-y;
	color:#4B4B4B;
}
.RadMenu_AZN .rmLevel1 .rmLast .rmFocused  /*Laatste Item van Level1 menu!!*/
{
	background-image:none;
	background-color:transparent;
	background-image:url('/MasterPageImages/bg_FlyOuts_trans_3_bottom_Focus.png')! important;
	* background-image:url('../Style Library/Images/bg_FlyOuts_trans_3_bottom_F.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:50px;
	width:260px;
}
.RadMenu_AZN .rmGroup .rmLink:hover
{
	/*text-decoration:underline;*/
	cursor:default;
}


