#dhtmlgoodies_slidedown_menu {
  text-align: left;
  background-color: #5196A2;
  visibility: hidden;
}

	/*
	General rules
	*/

	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #305A61;
		text-decoration:none;	
		display:block;
		clear:both;
		width:237px;	
		padding-left:2px;	

	}

	#dhtmlgoodies_slidedown_menu a.sel {
	  background: #FF8500 !important;
	  color:#ffffff;
	}

	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		border-bottom:1px solid #7AB3BC;
		background-color: #A3CAD1;
    padding:4px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		border-bottom:1px solid #7AB3BC;
		background-color: #C1DDE1;
    padding:4px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
			border-bottom:1px solid #7AB3BC;
		  background-color: #D9EAEC;
      padding:4px;
	}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		  border-bottom:1px solid #7AB3BC;
		  background-color: #D9EAEC;
      padding:4px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		 border-bottom:1px solid #7AB3BC;
		 background-color: #D9EAEC;
     padding:4px;
	}

	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		/*padding:1px;*/
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
     text-indent: 12px;
   
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
  text-indent: 24px;
		
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
  text-indent: 24px;
	
	}
	
