	#dhtml_slidedown_menu li{
		font-size: 16px;	
		list-style-type:none;
		position:relative;
		background-color: orange;
		border-bottom: 1px solid black;
		border-right: 1px solid black;
	}
	
	#dhtml_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;	 
	}
	
	#dhtml_slidedown_menu div{
		margin:0px;
		padding:0px; 
		
	}
	/* 	Layout CSS */
	#dhtml_slidedown_menu{		
		width:173px;	

	}

	/* All A tags - i.e menu items. */
	#dhtml_slidedown_menu a{
		color: black;
		text-decoration:none;	
		display:block;
		clear:both;
		width:162px;	
		padding-left:10px;	
	}
	
	/*
	A tags 
	*/
	#dhtml_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:0px solid #000;
		font-weight:normal;
	}

	#dhtml_slidedown_menu .slMenuItem_depth1:hover{	/* Main menu items */
		margin-top:1px;
		border-bottom:0px solid #000;
		font-weight:normal;
		background-color: red;	
	}

	#dhtml_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:3px;
		border-bottom:0px solid #cccccc;
	}
	
	#dhtml_slidedown_menu .slMenuItem_depth2:hover{	/* Sub menu items */
		margin-top:0px;
		border-bottom:0px solid #000;
		background-color: red;
	}

	#dhtml_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:0px;
		font-style:italic;
		color:blue;
	}	
	#dhtml_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:0px;
		color:red;
	}	
	#dhtml_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. 
	
	#dhtml_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtml_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtml_slidedown_menu .slideMenuDiv1 ul{
		padding:0px;
		
	}
	#dhtml_slidedown_menu .slideMenuDiv2 ul{
		margin-left:0px;
		padding:1px;
	}
	#dhtml_slidedown_menu .slideMenuDiv3 ul{
		margin-left:0px;
		padding:1px;
	}
	#dhtml_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}

