/* 
	General styles for this example page */
	
	
	#dhtmlgoodies_menu img{
		border:0px;
		padding: 10px 0px 10px 110px;
		vertical-align: middle;
		}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;
		margin: 0px;	/* Needed to display ok in Opera */
	}
	
	#dhtmlgoodies_menu{
		visibility:hidden;	
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		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{
		background-color: #0C1216;
		}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		overflow:visible;
		height: 32px !important;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		border-top:1px solid #000000;
	}
	
	
	/***********************************************************************
		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: #C2D4DD;
		text-decoration:none;
		padding-left:5px;
		padding-right:5px;
		font-family: Georgia, "Times New Roman", Times, serif;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:15px;
		padding-right:15px;
		background: url(../images/menu_bg.jpg) no-repeat right; 
		height: 32px !important;
}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:15px;
		padding-right:15px;
		background: url(../images/menu_over.jpg) repeat-x bottom; 
		height: 32px !important;
				
	}
	
	#dhtmlgoodies_menu .currentDepth1 a{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		
	}
	
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#0C1216;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		line-height: 25px;
		width: 175px;
		border-bottom:1px solid #000000;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #C2D4DD;
		}
		
		
	#dhtmlgoodies_menu .currentDepth2over{
	   font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		line-height: 25px;
		border-bottom:1px solid #000000;
		background-color: #C2D4DD;
		color:#0C1216;
		width: 175px;
}	
	
	#dhtmlgoodies_menu .currentDepth2 a{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #C2D4DD;
	}
	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color:#0C1216;
		width: 170px;
		display: block;
	}	
	/* Sub menu depth 2 */
	

	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		line-height: 25px;
		width: 160px;
		color:#C2D4DD;
		font-size: 12px;
		border:1px solid #000000;
		}
		
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		width: 160px;
		background-color: #C2D4DD;
		line-height: 25px;
		font-size: 12px;
		border:1px solid #000000;
			
	}
	
	#dhtmlgoodies_menu .currentDepth3 a{
		color:#C2D4DD;
		font-size: 12px;
		}
	
	#dhtmlgoodies_menu .currentDepth3over a{
		background-color: #C2D4DD;
		color:#0C1216;
		font-size: 12px;
	}
	

	
	
	