#dhtmlgoodies_slidedown_menu li{
	list-style-type:none;
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#dhtmlgoodies_slidedown_menu ul{
	margin:0px;
	padding:0px;
	position:relative;

}

#dhtmlgoodies_slidedown_menu div{
	margin:0px;
	padding:0px;
}
/* 	Layout CSS */
#dhtmlgoodies_slidedown_menu{		
	width:170px;	
	visibility:hidden;
}

/* All A tags - i.e menu items. */

#dhtmlgoodies_slidedown_menu a {
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	font-weight:bold;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
}

#dhtmlgoodies_slidedown_menu a:hover {
	background-color:#bcca61;
	background-image:url(alap_over.jpg);
}
	
/*
A tags 
*/
#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	background: #95918b;
	background-image:url(alap.jpg);
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	background: #A6A29C;
	background-image:url(alap.jpg);
	font-weight:normal;
	padding-left: 20px;	
}	
#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	background: #B7B3AD;
	padding-left: 30px;
}
 
/* 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 .slideMenuDiv{
		background-image:url(almenus.png);
}	