#idHead{
 overflow: hidden;
 width: 800;
 position: absolute;
 top: 86;
 left: 100;
}
#M1{
display: none;
}


.MenuBox{
float: left
}
.MenuAdm{
 background: #f0e68c;
 height: 30;
 min-width: 120;
 text-align: center;
 border-right: 3px solid #fcf68c;
 border-bottom: 1px solid #ef6600;
 float: left;
 color: #0000ff;
 overlow: hidden;
 cursor: pointer;
  }
  
.Menu{
 background: #f0e68c;
 height: 30;
 min-width: 120;
 text-align: center;
 border-right: 3px solid #fcf68c;
 border-bottom: 1px solid #ef6600;
 float: left;
 color: #0000ff;
 overlow: hidden;
 cursor: pointer;
  }
  
 .MenuActive{
 background: #df6600;
 height: 30;
 min-width: 120;
 text-align: center;
 color: #fff;
 border-right: solid 3px #ef6600;
 border-bottom: 1px solid #ef6600;
 float: left
  }
 
 div.subMenu{
   position: absolute;
   background:  #cceeff;
   visibility: hidden;
   width: 120px;
   text-align: left;
   padding-left: 1;
   overflow: visible;
   font-size: 1 
   }
  
  .stSubMenu:link, .stSubMenu:visited{
   background:  #dadaa3;
   text-align: left;
   color: #2311c0;
   font-family: Verdana;
   font-weight: normal;
   text-decoration: none;
   height: 20px;
   font-size: 12px;
   border: #ef6600 solid 1px;
   padding-top: 5;
   padding-left: 5;
   width: 200px;
   float: left
  }
.stSubMenu:active, .stSubMenu:hover{
   background:  #ccdca9; 
   font-family: Verdana;
   font-size: 12px;
   color: #ff0000;
   border: #f03 solid 1px;
 }
 
 .Amenu:link, .Amenu:visited{
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
    font-weight: 500;
    font-family: Courier, times new roman;
    color: #3000f0;
    text-decoration: none;
   }
.Amenu:hover{color: #c03}
.Amenu:active{
   color: #ef0030;
   text-decoration: underline;
   }
