	.clear{
		clear:both;
	}
	
	
	#leftMenu{
		float: right;
		border: 3px solid #fca605;
		margin-bottom: 5px;
		margin-left: 8px;
		width: 270px;
		background: white;
	}
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		
		position:relative;
		
	}
	#dhtmlgoodies_slidedown_menu ul{
		padding:0px;
		position:relative;
		list-style-image: url("/templates/public/base/images/more_lnk_m.gif");
	}

	#dhtmlgoodies_slidedown_menu div{
		margin-bottom: 5px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		margin-top: 8px;
		margin-right: 5px;
		margin-bottom: 8px;
		margin-left: 5px;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 img{
		position: relative;
		top: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
		border-top-width: 0px;
		border-right-width: 0px;
		border-bottom-width: 0px;
		border-left-width: 0px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		list-style-type: none;
		list-style-position: outside;

		list-style-image:none;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		list-style-type: none;
		list-style-position: outside;

		font-weight: normal;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		list-style-type: none;
		list-style-position: inside;

		font-weight: normal;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
		margin-left: 1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
		margin-left:12px;
		list-style-image:none;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
		list-style-image:none;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}	