   #DHTML_menu img{ 
      border:0px;
   } 
    
   /* End general styles for this example page */ 
   /* General configuration CSS */ 
    
   #DHTML_menu ul li ul{ 
      display:none;   /* Needed to display ok in Opera */      
   } 
        
   #DHTML_menu{   /* Menu object */ 
      visibility:hidden;
   } 
   #DHTML_menu ul{ 
      margin:0px;   /* No indent */ 
      padding:0px;   /* No indent */ 
   } 
   #DHTML_menu li{ 
      list-style-type:none;   /* No bullets */
   }    
   #DHTML_menu a{ 

      margin:0px; 
      padding:0px; 
   } 
   /* End general configuration CSS */ 
    
    
   /* Cosmetic */ 
    
   /*********************************************************************** 
      CSS - MENU BLOCKS 
       General rules for all menu blocks (group of sub items) 
   ***********************************************************************/ 
   #DHTML_menu ul{ 
      padding: 2px; 
   } 
        
   #DHTML_menu ul.menuBlock1{   /* Menu bar - main menu items */ 
      padding:2px; 
      overflow:visible; 
   } 
   #DHTML_menu ul.menuBlock2{   /* Menu bar - main menu items */ 
      border:0px; 
      padding:2px; 
   } 
    
   /*********************************************************************** 
      CSS - MENU ITEMS 
       Here, you could assign rules to the menu items at different depths. 
   ***********************************************************************/ 
   /* General rules for all menu items */ 
   #DHTML_menu a{ 
      font-size: 11px;
      color: #fefefe; 
      text-decoration:none; 
      padding-left:2px; 
      padding-right:2px;
      letter-spacing: 0px;
      letter-spacing: 1px;
	#
   } 
    
   /* 
   Main menu items 
   */ 
    
   #DHTML_menu .currentDepth1{ 
      padding: 0px 5px 0px 6px; 
      border-left: 1px solid #E1B845; 
      height: 21px;
   } 
   #DHTML_menu .currentDepth1over{ 
      padding: 0px 5px 0px 6px; 
      border-left: 1px solid #E1B845; 
      height: 21px;
   } 
   #DHTML_menu .currentDepth1 a{ 
      font-weight: 300;
   } 
   #DHTML_menu .currentDepth1over a{   /* Text rules */ 
      color: #ddd; 
      font-weight: 300; 
   } 
    
   /* Sub menu depth 1 */ 
   #DHTML_menu .currentDepth2{ 
      margin: -1px 0 0 0; 
      padding: 7px 2px 6px 5px; 
      border-left: 1px solid #E1B845; 
      border-right: 1px solid #E1B845; 
      border-bottom: 2px solid #E1B845; 
      width: 150px;
      background-color: #C60B01; 
   } 

   #DHTML_menu .currentDepth2 a{ 
      color: #fff;
   } 

   #DHTML_menu .currentDepth2over{ 
      margin: -1px 0 0 0; 
      padding: 7px 2px 6px 5px; 
      border-left: 1px solid #E1B845; 
      border-right: 1px solid #E1B845; 
      border-bottom: 2px solid #E1B845; 
      width: 150px;
      background-color: #D12723; 
   }    
   #DHTML_menu .currentDepth2over a{   /* Text rules */ 
      color:#fff; 

   }    
   /* Sub menu depth 2 */ 
   #DHTML_menu .currentDepth3{ 
      padding-right:2px; 
      padding: 5px;
      width: 150px;
      background-color: #C60B01; 
      border:1px solid #E1B845;
      color: white;
   } 
   #DHTML_menu .currentDepth3over{ 
      padding-right:2px; 
      padding: 5px;
      width: 150px;
      color: white;
      background-color: #D12723; 
      border:1px solid #E1B845;
   } 

   #DHTML_menu .currentDepth3 a, #DHTML_menu .currentDepth3over a{ 
      color: white;
   } 

   /* Sub menu depth 3 */ 
   #DHTML_menu .currentDepth4{ 
      padding-right:2px; 
      border:1px solid #FFF; 
   } 
   #DHTML_menu .currentDepth4over{ 
      padding-right:2px; 
      background-color:#EBEDE3; 
      border:1px solid #000; 
   } 
