
	/*
	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 */
	#dhtmlgoodies_slidedown_menu{		
		width:180px;	
		margin:10px 0 0 10px;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #FFF;
		text-decoration:none;	
		display:block;
		clear:both;
		
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin:0;
		border-bottom:1px solid #FFF;
		font-weight:bold;
		padding:8px 0 8px 20px;
		background-image: url(../images/dott01.gif);
		background-position: 5px center;
		background-repeat: no-repeat;
		font-size:13px;
		text-transform : uppercase;
	}	
	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1:hover{	/* Main menu items */
		background-color:#043f79;
		color:#fcaf17;
	}	
	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin:0;
		border-bottom:1px solid #9dabc1;
		font-weight:normal;
		padding:8px 0 8px 25px;
		background-image: url(../images/dott03.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2:hover{	/* Main menu items */
		background-color:#043f79;
		color:#fcaf17;
		background-image: url(../images/dott02a.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
	}
	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin:0;
		border-bottom:1px solid #6d7b95;
		font-weight:normal;
		padding:8px 0 8px 25px;
		background-image: url(../images/dott03.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
		font-size: 11px; font-family: Tahoma, Arial, Helvetica, sans-serif;
		color:#91e40d;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3:hover{	/* Main menu items */
		background-color:#043f79;
		color:#fcaf17;
		background-image: url(../images/dott02a.gif);
		background-position: 10px center;
		background-repeat: no-repeat;
	}
	
	
	
	#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
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:5px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:10px;
		padding:1px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:1px;
	}
	
