#menuContainer {
 position: absolute;
 top: 110px;
 left: 0px;
 width: 100%;
 overflow: visible;
 text-align: center;
 padding: 0px;
 margin: 0px;
 z-index: 999;
}

#menuHolder {
 text-align: right;
 width: 950px;
 margin: 0 auto 0 auto;
}

#DHTML_menu  {
 padding: 0 0 0 196px;
 margin: 0px;
 width: 754px !important;
 display: block;
}

#DHTML_menu li {
 text-align: center;
}

   #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: 0; 


   } 


        


   #DHTML_menu ul.menuBlock1{   /* Menu bar - main menu items */ 

      padding:0px; 


      overflow:visible; 


   } 


   #DHTML_menu ul.menuBlock2{   /* Menu bar - main menu items */ 


      border:0px; 


      padding: 1px; 


   } 


    


   /*********************************************************************** 


      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: 10px;

      font-weight: 600;

      line-height: 46px;
      vertical-align: bottom;

      height: 46px;

      color: #0A94D6;

      text-transform: uppercase;


      text-decoration:none; 


      padding-left:0px; 


      padding-right:0px;

      letter-spacing: 0px;

      letter-spacing: 1px;

      width: 150px;

      display: block;



	/*#*/

   } 


    


   /* 


   Main menu items 


   */ 


    


   #DHTML_menu .currentDepth1{ 


      padding: 0; 


      border-left: 1px solid #fff; 

      height: 46px;


   } 


   #DHTML_menu .currentDepth1over{ 


      padding: 0px; 

      border-left: 1px solid #fff; 


      height: 46px;

   } 


   #DHTML_menu .currentDepth1 a{ 


      font-weight: 600;


   } 


   #DHTML_menu .currentDepth1over a{   /* Text rules */ 
      color: #F27D00; 
      line-height: 46px;
      height: 46px;
      background: #eeccca;
      background: #fff url(./images/over.gif) no-repeat scroll 50% 100%;
      font-weight: 600; 

   } 


    


   /* Sub menu depth 1 */ 


   #DHTML_menu .currentDepth2{ 
      margin: 0px 0 0 -2px; 
      padding: 7px 2px 6px 2px; 
      border-left: 1px solid #ED7C03; 
      border-right: 1px solid #ED7C03; 
      border-bottom: 1px solid #ED7C03;
      width: 145px;
      background-color: #FFF1D3; 
   } 




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



   #DHTML_menu .currentDepth2over{ 
      margin: 0px 0 0 -2px; 
      padding: 7px 2px 6px 2px; 
      border-left: 1px solid #ED7C03; 
      border-right: 1px solid #ED7C03; 
      border-bottom: 1px solid #ED7C03; 
      width: 145px;
      background-color: #FFD991; 
  }    


   #DHTML_menu .currentDepth2over a{   /* Text rules */ 


      color:#0A94D6; 





   }    


   /* Sub menu depth 2 */ 


   #DHTML_menu .currentDepth3{ 

      padding-right:2px; 


      padding: 5px;

      width: 150px;

      background-color: #FFF1D3; 


      border:1px solid #ED7C03;


      color: #F27D03;

   } 


   #DHTML_menu .currentDepth3over{ 


      padding-right:2px; 


      padding: 5px;

      width: 150px;

      color: #F27D03;

      background-color: #FFD990; 


      border:1px solid #ED7C03;


   } 



   #DHTML_menu .currentDepth3 a { 

      color: #F27D00;

   } 







   #DHTML_menu .currentDepth3over a{ 


      color: #0A94D6;

   } 





   /* Sub menu depth 3 */ 


   #DHTML_menu .currentDepth4{ 


      padding-right:2px; 


      border:1px solid #cc1111; 


   } 


   #DHTML_menu .currentDepth4over{ 


      padding-right:2px; 


      background-color:#EBEDE3; 


      border:1px solid #000; 


   } 



