/*************************************************************************************************/
/* Author:			VINCIS / Remco Rispens (original css) & Rinse Stellingwerf    			 	 */
/* Description:		Stylesheet for adxmenu, type 5: nothing yet                               	 */
/*************************************************************************************************/
@media screen 
{
	#adxmenu 
	{
		/*
		width: ?;
		YOU MUST specify some width, otherwise menu would span whole page.
		Since this depends on design, do it in make-up section.
		*/
		display: 				block;
	}
	
	#adxmenu ul 
	{
		margin: 				0;
		padding:				0;
		
		border: 				0;
		list-style-type: 		none;
	}
	
	#adxmenu li 
	{
		margin: 				0;
		padding: 				0;
		
		border: 				0;
		display: 				block;
		position: 				relative;
	}
	
	#adxmenu a 
	{
		display: 				block;
	}
}