	a{
		color:red;
		text-decoration:none;
	}
	body{
		font-size:0.8em;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
	}
	img{
		border:0px;
	}
	#mainContainer{
		width:100%;
		margin:0px;
		text-align:left;
		background-color:#FFF;
	}
	
	#leftContainer{
		width:100%;
		float:left;
		padding-left:0px;
		padding-right:0px;
		height:100%;
		vertical-align:top;
		margin-left: 0px;	
	}
	.ad{
		clear:both;
		text-align:center;

	}	
	
	/* END DEMO CSS */

	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000066;
		background-color:#FAFAFA;
		font-family:arial;
		text-align:left;
		width:120px;
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.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:#000066;	/* Black text color */
		font-weight:bold;
		height:20px;	/* 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 */
		color:#FFF;	/* White text */
		background-color:#000066;	/* Blue background */
	}


