@charset "iso-8859-9";
/* CSS Document */

p{
		margin-top:2px;
		margin-bottom:10px;
	}
	
	#mainContainer{
		width:100%;
		margin:0 auto;
		text-align:left;		
		padding-left:3px;
		padding-right:10px;	
		color:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		font-weight:bold;
}
	
	#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;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		padding:0px;
		list-style-type:none;	/* No bullets */
	}	
	#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:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		
		padding:5px;
		
		/*background-color:#E2EBED;*/
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		
		padding:1px;
		
	}
	
	/***********************************************************************
		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:#000000;
		text-decoration:none;
		padding-left:5px;
		padding-right:10px;
		
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#E5E5E5
		
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
		background-color:#999999;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		padding-top:4px;
		background-color:#EEEEEE;
		height:20px;
		border-bottom: solid 1px red;
		width:150px;
		border-top:solid #ffffff 1px;
		border-bottom:solid #cccccc 1px;
		
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		padding-top:4px;
		background-color:#ccc;
		height:20px;
		width:150px;
		border-bottom: solid 1px red;
		border-top:solid #ffffff 1px;
		border-bottom:solid #cccccc 1px;
		
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
	
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:5px;
		padding-top:5px;
		padding-bottom:6px;
		margin-left:105px;	
		background-color:#eeeeee;
		border-top:solid #ffffff 1px;
		border-bottom:solid #cccccc 1px;
		
		
		
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:5px;		
	background-color:#ccc;
		padding-top:5px;
		padding-bottom:6px;
		margin-left:105px;		
		border-top:solid #ffffff 1px;
		border-bottom:solid #cccccc 1px;
		
	}
	
	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		color:#000;
		
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		
		
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#E5E5E5;
		
	}

