	#mainContainer{		
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
	}
	
	#leftContainer{		
		float:left;
		padding-left:5px;
		padding-right:5px;
		height:300px;
	}
	
	#contentContainer{		
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{				
		float : left;	
		margin-left : 1em;
		margin-top : 0em;		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		border-bottom : 4px dotted #d5e8ad;
	}
	#dhtmlgoodies_menu li a img { 
		border: none;
	} 
	#dhtmlgoodies_menu ul{	
		margin : 0.5em auto ;
		padding : 0;
		list-style-type: none;
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left: 2em;
	}
	#dhtmlgoodies_menu li a{	/* Main menu links */
		color : #FF8112;
		border-left : 3px solid #CCCCCC;
		display : block;
		padding : 0.5em 1.2em 0.5em 1em;
		text-decoration : none;
		font-family : Verdana;
		font-size : 1em;
		font-weight : bold;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color : #555555;
		border-left : 3px solid #d5e8ad;		
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border-left:1px solid #000;
		background-color:#FAFAFA;
		font-family:arial;
		text-align:left;	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0.2em;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#AAAAAA;	/* Black text color */		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		white-space:nowrap;	/* No line break */
		color: #525252;	/* White text */		
		text-decoration: none;
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */		
		display:block;	/* Display as block - you shouldn't change this */
	}