    .tdClass{
    background-color: #F0F6F9; 
    font-family: arial,verdana;
    font-size: 8pt;   
    color: #336699;
    height: 20px;
    
    }
           .tdClass1{
     
    font-family: arial,verdana;
    font-size: 8pt;   
    color: #336699;
    height: 20px;
    
    }
     
    
      .menu1{
    /*background-color: #F0F6F9;*/ 
    font-family: arial,verdana;
    font-size: 8pt;   
    margin-left:10px;
    padding-left:10px;
    padding-top:0px;
    padding-bottom: 0px;
    display:block;
    text-decoration: none;
    color: #336699;
    height: 20px;
    cursor: hand;
    
    }
    .submenu{    
    display: block;
    height: 15px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 2px;
    color: #333333;  
    font-family: arial,verdana;
    font-size: 8pt;     
    text-decoration: none;
    }
        .submenu1{    
    display: block;
    height: 15px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 2px;
    color: #333333; 
    font-family: arial,verdana;
    font-size: 8pt; 
    color: #336699;     
    text-decoration: none;
    }
	        .submenu2{    
    display: block;
    height: 15px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 8px;
    color: #333333; 
    font-family: arial,verdana;
    font-size: 8pt; 
    color: #336699;     
    text-decoration: none;
    }
	        .submenu3{    
    display: block;
    height: 15px;
    margin-left: 3px;
    padding-top: 0px;
    padding-left: 2px;
    color: #333333; 
    font-family: arial,verdana;
    font-size: 8pt; 
    color: #336699;     
    text-decoration: none;
    }
         .menu1A{
    /*background-color: #F0F6F9;*/ 
    font-family: arial,verdana;
    font-size: 8pt;   
    margin-left:2px;
    padding-left:2px;
    padding-top:0px;
    padding-bottom: 0px;
    display:block;
    text-decoration: none;
    color: #336699;
    height: 15px;
    cursor: hand;    
    
    } 
	        .menu1B{
    /*background-color: #F0F6F9;*/ 
    font-family: arial,verdana;
    font-size: 8pt;   
    margin-left:5px;
    padding-left:8px;
    padding-top:0px;
    padding-bottom: 0px;
    display:block;
    text-decoration: none;
    color: #A40047;
    height: 15px;
    cursor: hand;    
    
    }
	
.menu1B		a:link     {  text-decoration: none;  color: #A40047;  font-weight: bold;}
.menu1B 	a:active   {  text-decoration: none;  color: #A40047;  font-weight: bold;}
.menu1B	 	a:visited  {  text-decoration: none;  color: #A40047;  font-weight: bold;}
.menu1B	 	a:hover    {  text-decoration: none;  color: #A40047;}
  
    
    .hide{
    display: none;
    }
    
    /*I'll also create the style that will show the hidden div tags (submenus):*/
    
    .show{
    display: block;
    }