
	#mainContainer{
		width:200px;
		text-align:left;
		margin:0 auto;
		background-color:#EADFC2;
		border-left:0px solid #000000;
		border-right:0px solid #000000;
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		color:#a90533;
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
	}
	

	/*
	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:200px;	
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #a90533;
		text-decoration:none;	
		display:block;
		clear:both;
		width:190px;	
		padding: 2px 0px 2px 10px;	

	}
	#dhtmlgoodies_slidedown_menu a:HOVER{
		color: #4d4d4d;
		text-decoration:underline;	
		display:block;
		clear:both;
		width:190px;	
		padding: 2px 0px 2px 10px;
		background-color:#FFFFFF;
		font-weight: bold;	

	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		border-bottom:0px solid #000;
		font-weight:normal;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:normal;
		color:#4d4d4d;
	}	
	#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:0px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{
		margin-left:0px;
		padding:0px;
		background-color:#ededed;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:0px;
		padding:0px;
		background-color:#dcdcdc;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:15px;
		padding:0px;
	}

	#subsonl1{
	background: url(images/subsicon.gif) no-repeat;
	}
	

