/* Left navigation */

#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{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	width:138px;
	visibility:hidden;
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #fff;
		font-size: 11px;
		font-weight:bold;
		text-decoration:none;	
		display:block;
		clear:both;
		width:130px;	
		padding: 4px 4px 4px 4px;
		background-color: #1f5394;

	}
	#dhtmlgoodies_slidedown_menu a:hover{
		color: #000000;
    background-color: #ccdeea;
	}
	
	
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	background: #1f5394;
	font-family: "Arial Black";
	font-weight:normal;
			
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
	background-color: #4D79B0;
	font-size: 10px;
	width:126px;
	padding-left: 8px;
	font-weight:normal;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
	    margin-top:1px;
	background-color: #999999;
	font-size: 10px;
	width:126px;
	padding-left: 8px;
	font-weight:normal;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		background-color: #003399;
		font-size: 9px;
	
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
		background-color: #003399;
		font-size: 8px;
	
	}

	/* 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-left: 0px;
		
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		padding-left: 0px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		padding-left: 0px;
		
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		padding-left: 0px;
		
	}
	
	
	/**************** New info signup *****************/

