/* DEMO CSS */


#leftContainer{
	width:auto;
	float:left;
	padding-left:0px;
	padding-right:5px;
	height:300px;
	text-align:center;
	z-index:1;
}

#contentContainer{
	width:590px;
	float:left;
		z-index:1;
}
.ad{
	clear:both;
	text-align:center;
	padding:5px;
		z-index:1;
}

/* END DEMO CSS */
#dhtmlgoodies_menu{
	z-index:1;
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	z-index:1;

}
#dhtmlgoodies_menu ul{
	z-index:1;
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	z-index:1;

}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	z-index:1;

	
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	z-index:1;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000000;
	background-color:#ffffff;
	font-family:arial;
	text-align:left;
		z-index:1;


}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
		z-index:1;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	text-align:left;
	width:auto;
	border-bottom:1px #2c3a18 solid;
	z-index:1;
}




.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	font: bold 12px  Geneva, Arial, Helvetica, sans-serif;
	border:0px #FBDC50 solid;

	height:16px;	/* 16 pixels height */
	line-height:13px;	/* 16 pixels height */
	padding:8px;	/* 1px of "air" inside */
	width:132px;
	height:10px;

	display:block;	/* Display as block - you shouldn't change this */
		z-index:1;

}
.dhtmlgoodies_subMenu ul li a:hover{	
/*	color:#dcbf41;	
	font: bold 12px  Geneva, Arial, Helvetica, sans-serif;
	display:block;	*/

	white-space:nowrap;	
	text-decoration:none;
	color:#CC3300;
	font: bold 12px  Geneva, Arial, Helvetica, sans-serif;
	border:0px #CC3300 solid;

	height:16px;	
	line-height:13px;	
	padding:8px;	
	width:132px;
	height:10px;

	display:block;	
	z-index:1;
}







