
	.clear{
		clear:both;
	}
	#leftMenu{
		width:276px;
		padding-left:10px;
		padding-right:10px;
		float:left;
	}
	
	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
		line-height:25px;
		width:276px;
	
	}
	#dhtmlgoodies_slidedown_menu ul{
		position:relative;
		line-height:25px;
		margin:0px;
		padding:0px;

	}

	#dhtmlgoodies_slidedown_menu div{
		width:276px;
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:276px;
		display:block;
		background-color:#e9f5ff;
		border-bottom:1px solid #fff;	
  
}
	

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color:#000;
		text-decoration:none;
		display:block;
		background-color:#e9f5ff;
		border-bottom:1px solid #fff;
		padding-left:5px;	
		clear:both;
		width:276px;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		background-color:#cae7ff;
		border-bottom:1px solid #fff;
		vertical-align:middle;
		font-weight:bold;
		height:25px;
	}
	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		background-color:#e9f5ff;
		border-bottom:1px solid #fff;
		vertical-align:middle;
		height:25px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		background-color:#fbefda;
		border-bottom:1px solid #fff;
		vertical-align:middle;
		color:#000;
		line-height:25px;
		padding-left:4px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#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
	*/
	
	

