/*
--------------------------------------------------------------------------------------------------
 Title:			Frontpage Styles
 Created on: 		21-05-2008
 Author:     			Rinse van Dijk
 Client:			Gemeente Sneek
 Project:			Cultureel Kwartier Sneek
 Copyright:  		Vincis B.V. The Netherlands
 
*/
@media screen 
{
	/*********************************************************************************************/
	/* =adxmenu 								                                      			 */
	/*********************************************************************************************/	
	ul#adxmenuList
	{
		float:				left;
		display:			block;
		width:				170px;
		height:				150px;
		font-size:			0.9em;

		background-color:	#003366;
	}
	*>ul#adxmenuList
	{
		min-height:			155px;
		height:				auto;
	}
	
	/*********************************************************************************************/
	/* =Level 1 styles  				                                               			 */
	/*********************************************************************************************/
		ul#adxmenuList li 
		{
			float:					left;
			display:				inline;
	
			width:					170px;  
			height:					30px;
		
			background-color:		#da0071;
			border-bottom:			1px solid #003366;
			
		}
		
			/* cutom styles for 1st adxmenu-item */
			ul#adxmenuList li#adxmenu_menuitem_1
			{
				font-size:			0.95em;
				letter-spacing:		2px;
			}
			/* end */
			
			/* cutom styles for 7th adxmenu-item 
			ul#adxmenuList li#adxmenu_menuitem_7
			{
				background-color:		#fdc600;
			}
			end */
	
			ul#adxmenuList li div
			{
				padding:				0;
				margin:					0;
				
			}
				
				ul#adxmenuList li div span
				{
					display:				block;
				}
				
				ul#adxmenuList li div span a
				{
					display:				block;
					
					height:					23px;
					width:					155px;
					padding:				7px 0 0 15px;
					
					color:					#fdc600;
					font-weight:			bold;					
				}
				
					ul#adxmenuList li div span a:hover
					{
						color:					#003366;
						text-decoration:		none;
					}
					
					/* cutom styles for 7th adxmenu-item 
					ul#adxmenuList li#adxmenu_menuitem_7 div span a
					{
						color:					#003366;
					}
					
						ul#adxmenuList li#adxmenu_menuitem_7 div span a:hover
						{
							color:					#da0071;
						}
					 end */
					
		/* cutom styles for 7th adxmenu-item */
		/* cutom styles for 7th adxmenu-item */
		ul#adxmenuList li.selected
		{
			background-color:		#fdc600;
		}

		ul#adxmenuList li.selected div span a
		{
			color:					#003366;
		}
			
					
		/*	

	
		#adxmenu ul li.selected, #adxmenu ul li.selectedPath
		{
			background-color:		#000!important;
		}
		
			#adxmenu ul .selected a, #adxmenu ul .selectedPath a
			{
			}
			
				#adxmenu ul .selected a:hover, #adxmenu ul .selectedPath a:hover
				{
									
				}
				
	
	/*********************************************************************************************/
	/* =Level 2 styles  				                                               			 */
	/*********************************************************************************************/

	
}

@media print
{
}