/*************************************************************************************************/
/* Author:			VINCIS / R. Rispens                                             			 */
/* Description:		Basic stylesheet for limenu	                                        	     */
/*************************************************************************************************/
@media screen 
{
	/*********************************************************************************************/
	/* General styles                                                                 			 */
	/*********************************************************************************************/
	#limenu
	{
		clear:					both;
		
		width:					237px;
		margin:					0;
		padding:				0;
	}
	
	
	/*********************************************************************************************/
	/* Level 1                                                                 			         */
	/*********************************************************************************************/
	#limenu ul
	{
		width:					237px;
		margin:					0;
		padding:				0;
		
		list-style-type:		none;
		
		background-color:		#FFF;
		background-image:		none;
	}
	
		#limenu ul li
		{
			cursor:					pointer;
			display:				inline;
			
			height:					26px;
			min-height:				26px;
			width:					237px;
			margin:					0;
			padding:				0;
		}
		*>#limenu ul li
		{
			height:					auto;
		}
			
			#limenu ul li a
			{
				display:				block;
				overflow:				hidden;
				
				height:					17px;
				min-height:					17px;
				width:					206px;
				padding:				3px 13px 5px 18px;
				margin:					0;
				
				color:					#FFF;
				font-weight:			normal;
				line-height:			14pt;
				text-decoration:		none;
				
				background-color:		#EACEF4;
				background-image:		url('/sjablonen/1/images/general/bg_submenu_item.jpg');
				background-position:	top left;
				background-repeat:		repeat-x;
			
				border-bottom:			1px solid #FFF;
			}
			*>#limenu ul li a
			{
				height:					auto;
			}
		
			
			#limenu ul li a:hover
			{
				font-weight:			bold;
				color:					#842E93;
				background-color:		#EACEF4;
				background-image:		none;
			}
			
			#limenu ul li.selected a,
			#limenu ul li.selectedPath a
			{
				color:					#842E93;
				font-weight:			bold;
				
				background-image:		none;
			}
			
			#limenu ul li.selectedHasChildren a,
			#limenu ul li.selectedPath a
			{
				background-image:		url('/sjablonen/1/images/general/menuArrow.gif');
				background-position:	6px 10px;
				background-repeat:		no-repeat;
			}
			
	
	/*********************************************************************************************/
	/* Level 2                                                                 			         */
	/*********************************************************************************************/
	#limenu ul li.selected ul li a,
	#limenu ul .selectedPath ul li a
	{
		clear:				both;
		height:				17px;
		min-height:				17px;
		width:					188px;
		padding-left:			36px;
		
		background-color:		#FBE9FF;
		background-image:		none;
		
		color:					#842E93;
		font-weight:			normal;
	}
	*>#limenu ul li.selected ul li a,
	*>#limenu ul .selectedPath ul li a
	{
		height:					auto;
	}
	
	#limenu ul li ul li a:hover
	{
		color:					#842E93;
		font-weight:			bold;
		
		background-color:		#EACEF4;
	}
	
	
	#limenu ul li ul li.selected a,
	#limenu ul li ul li.selectedPath a
	{
		color:					#842E93;
		font-weight:			bold;
		background-color:		#EACEF4;
	}
	
	#limenu ul li ul li.selectedHasChildren a,
	#limenu ul li ul li.selectedPath a
	{
		background-image:		url('/sjablonen/1/images/general/menuArrow.gif');
		background-position:	24px 10px;
		background-repeat:		no-repeat;
	}
	
	
	/*********************************************************************************************/
	/* Level 3                                                                 			         */
	/*********************************************************************************************/
	#limenu ul li ul li.selected ul li a,
	#limenu ul li ul li.selectedPath ul li a
	{
		clear:				both;

		height:				17px;
		min-height:				17px;
		width:					170px;
		padding-left:			54px;
		
		background-color:		#FBE9FF;
		background-image:		none;
		
		color:					#842E93;
		font-weight:			normal;
	}
	*>#limenu ul li ul li.selected ul li a,
	*>#limenu ul li ul li.selectedPath ul li a
	{
		height:					auto;
	}
	
	
	#limenu ul li ul li ul li a:hover
	{
		color:					#842E93;
		font-weight:			bold;
		
		background-color:		#EACEF4;
	}
	
	#limenu ul li ul li ul li.selected a
	{
		color:					#842E93;
		font-weight:			bold;
		
		background-color:		#EACEF4;
	}
}