/* CSS Document */

	#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{
		visibility:hidden;
		color:white;
		width: 217px;  /* IE 5.x */
		width/* */:/**/217px;  /* Other browsers */
		width: /**/217px;
	}

	/* All A tags - i.e menu items. 
	#dhtmlgoodies_slidedown_menu a{
		color:white;
		text-decoration:none;	
		display:block;
		clear:both;
		width:217px;
		padding-left:2px;	
	}
	*/
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		
		background: #000 url(../images/leftnav_bkg.gif) no-repeat scroll 0 0;
		background-repeat: repeat-x;
		background-position: left top;
		height:45px;
		width:197px;
		display:block;
		text-decoration:none;
		color:#FFFFFF;
		padding-left:20px;
		padding-top:25px;
		font-size:14px;
		font-weight:bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1 img {
		border:none;
		float:left;
		padding-top:13px;
	}
	/*#dhtmlgoodies_slidedown_menu .slMenuItem_depth1:hover {
		color:white;
		background: #000 url(../images/design/button_back_light.jpg) no-repeat scroll 0 0;
	}*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		display:block;
		
		width:187px;
		padding-left:30px;
		text-decoration:none;
		color:#FFFFFF;
		font-weight:bold;
		height:18px;
		margin:0;
		font-size:14px;
		
		border-bottom:1px gray solid;
		padding-top:3px;
		background-color:#161616 ;
		background-image: url(../images/arrow-hor.gif);
		background-position:center left;
		background-repeat:no-repeat;
		
}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2:hover{
		background-color:#505050;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		height:18px;
		border-bottom:1px gray solid;
		background:#2E2D2D none;
		background:url(../images/lftnav2.jpg);
		padding:0;
		margin:0;
		width:187px;
		padding-left:30px;
		padding-top:3px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3:hover{	/* Sub menu items */
		background-color:#797979;
		background:url(../images/lftnav3.jpg);
	}	
	#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;
	}*/
	.noSub {
		font-weight:normal;
	}
