#mainContainer{
		width:800px;
		margin:0 auto;
		text-align:left;
		padding-left:16px;
		padding-right:16px;
		padding-bottom:20px;	
	}
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
	visibility:hidden;
	height: 28px;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:5px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
		background-image:url(img_web/_li_icon.jpg);
		background-repeat:no-repeat;
		background-position:left center;
		margin-right: 13px;
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
	
	padding:0px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	border:0px;
	overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
	color: #333333;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	line-height: 38px;
	margin-left: 5px;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
	padding-left:5px;
	padding-right:5px;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-position:left;
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color: #333333;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		font-size: 11px;
		color: #000000;
		padding-left:5px;
		text-align: left;
		line-height: 25px;
		background-color:#F2F2F2;
		background-image: url(img/_bullet_meni.gif);
		background-repeat:no-repeat;
		background-position:left;
	}
	#dhtmlgoodies_menu .currentDepth2 a{
		font-size: 11px;
		color: #000000;
		padding-left:5px;
		text-align: left;
		line-height: 25px;
		background-color:#F2F2F2;
		background-image: url(img/_bullet_meni.gif);
		background-repeat:no-repeat;
		background-position:left;
	}
	
	#dhtmlgoodies_menu .currentDepth2over{
		font-size: 11px;
		color: #000000;
		padding-left:5px;
		text-align: left;
		line-height: 25px;
		background-color:#F2F2F2;
		background-image: url(img/_bullet_meni.gif);
		background-repeat:no-repeat;
		background-position:left;
	}	
	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
	background-color:#F2F2F2;
	width: 300px;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		color:#892E01;
		text-align: left;
		background-color:#FFFFFF;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
	}	
