/* CSS Document */
	/* General styles for this example page */
/* SA
	html{
		height:100%;
	}
	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		font-size:0.8em;
		margin:0px;
		padding:0px;
		text-align:center;
		background-color:#dbcc95;
		height:100%;
	}
	
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
SA */	
	#mainContainer{
		width:780px;
		margin:0 auto;
		text-align:left;
		background-color: #dbcc95;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;	
	}
	
	#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{
/* SA */
        font-family:"Arial", sans-serif; font-size:16.0px; 
/* /SA */
		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{
		border:1px solid #000;
		background-color:#FFF;
/* SA		padding:1px; */
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
/* SA		padding:1px; */
		border:1px solid #dbcc95;
		background-color:#dbcc95;
		overflow:visible;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu sub-items */
		border:0px;
/* SA		padding:1px; */
		border:1px solid #555;
	}
	
	/***********************************************************************
		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: #660033;
		text-decoration:none;
/* SA		padding-left:2px; */
/* SA		padding-right:2px; */
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #dbcc95;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#660033;
		border:1px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
		font-weight:bold;
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
/* SA		padding-right:2px;
		border:1px solid #FFF; (This line causes large blank menu width) */
/* SA */
        font-family:"Arial", sans-serif; font-size:12.0px; 
/* /SA */
	}
	#dhtmlgoodies_menu .currentDepth2over{
/* SA		padding-right:2px; */
		border:1px solid #000;
		background-color:#FFFFCC;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		color:#000;
/* SA */
        font-family:"Arial", sans-serif; font-size:12.0px; 
/* /SA */
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
/* SA		padding-right:2px;
		border:1px solid #FFF; */
/* SA */
        font-family:"Arial", sans-serif; font-size:12.0px; 
/* /SA */
	}
	#dhtmlgoodies_menu .currentDepth3over{
/* SA		padding-right:2px; */
		background-color:#FFFFCC;
		border:1px solid #000;
	}
/* SA */
	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		color:#000;
        font-family:"Arial", sans-serif; font-size:12.0px; 
	}	
/* /SA */
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
/* SA		padding-right:2px;
		border:1px solid #FFF; */
/* SA */
        font-family:"Arial", sans-serif; font-size:12.0px; 
/* /SA */
	}
	#dhtmlgoodies_menu .currentDepth4over{
/* SA		padding-right:2px; */
		background-color:#FFFFCC;
		border:1px solid #000;
	}	
/* SA */
	#dhtmlgoodies_menu .currentDepth4over a{	/* Text rules */
		color:#000;
        font-family:"Arial", sans-serif; font-size:12.0px; 
	}	
/* /SA */

