
	/* DEMO CSS */
	a{
		
		text-decoration:none;
	}
	h1{
		font-size:1.3em;
	}
	body{
		font-size:0.8em;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		margin:0px;
		padding:0px;
	}
	img{
		border-style: none;
    border-color: inherit;
    border-width: 0px;
    margin-left: 0px;
}
	#mainContainer{
		width:770px;
		margin:0 auto;
		text-align:left;
		background-color:#FFF;
		height:500px;
	}
	
	#leftContainer{
		width:180px;
		float:left;
		padding-left:5px;
		padding-right:5px;
		height:270px;
	}
	
	#contentContainer{
		width:590px;
		float:left;
	}
	.ad{
		clear:both;
		text-align:center;
		padding:5px;
	}	
	
	/* END DEMO CSS */
	#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		font-weight: bold;
		width:180px;	/* Width of main menu */
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
		padding-left:5px;
		padding-right:5px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#429BA4;	/* Black text color */
		
		height:36px;	/* 20 pixel height */
		line-height:36px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		/*border:1px solid #000;	/* Black border */
		/*background-color:#2D909A;	/* Light blue background color */
		background-color:#333; 
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		padding-right: 10px;
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#429BA4;
		background-color:#333;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		/*border:1px solid #000;*/
		background-color:#4CB3B3;
		/*background-image:url(../i/buttonbg.gif); */
		font-family:arial;
		text-align:left;
	    margin-top: -1px;
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:2px;	/* 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:#333;	/* Grey text color */
		height:19px;	/* 16 pixels height */
		line-height:19px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		display:block;	/* Display as block - you shouldn't change this */
		padding-right: 10px;
		padding-left: 10px;
		text-align: right;
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#333;	/* Grey text */
		background-color:#D6D5D3;	/* White background */
	}


