	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		margin:0px;
		padding:0px;
		width:170px;

	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px !important;
		background:#336699;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		
		width:167px;
		margin-left:7px;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;
		width:167px;	
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		background:transparent url(../images/menubg.jpg) no-repeat scroll center top;
		font-weight:bold;
		line-height:25px;
		width:170px;
		font-size:13px;
		text-indent:11px;
		color:#fff;
		height:25px;
		display:block;
		overflow:hidden;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		background:transparent url(../images/inner_menubg.jpg) no-repeat scroll center top;
		line-height:20px;
		width:170px;
		color:#fff;
		text-indent:20px;
		font-weight:lighter;
		display:block;
		height:20px;
		overflow:hidden;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		color:#fff;
		width:170px;
		text-indent:30px;
		line-height:20px;
		display:block;
		height:20px;
		overflow:hidden;
	}	

	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{ /* Sub menu items */
	  margin-top:0px;
	  color:#fff;
	  width:165px;
	  padding-left:5px;
	  text-indent:30px;
	  line-height:20px;
	  display:block;
	  height:20px;
	  overflow:hidden;
	  background-color:#225281;
	 }

	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:0px;
	}

	/* 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:0px;
		width:167px;	
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		padding:0px;
		width:167px;	

	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		text-indent:10px;
		padding:0px !important;
		margin:0px;
		width:167px;	

	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		text-indent:15px;
		padding:1px 0px 0px 0px;
		width:167px;	

	}
/*
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2ss {

background:#FFFFFF none repeat scroll 0 0;
color:#2C6A9D;
		line-height:20px;
		width:170px;
		text-indent:20px;
		font-weight:lighter;

}
*/
/*
#dhtmlgoodies_slidedown_menu a:hover {
	font-weight:bold;
}
*/