
   body { background-color:cyan; }

   input.dGo   { background-Color:brown; color:white; }
   input.dGo:hover   { background-Color:black; color:white; cursor:pointer }

   td.tProfDis { background-Color:Brown; font-size:13px; color:white; }

   td.tProf { background-Color:#ccd59a ; font-size:13px; color:black; }
   td.tProf:hover { background-Color:darkblue; color:white; cursor:pointer; }

   a.cProf { color:black; }
   a.cProf:hover { color:white; cursor:pointer; }

   input.cde { border:0; background-Color:brown; color:white; font-size:12px; }
   textarea.cde { border:0; background-Color:brown; color:white; font-size:12px; }

  input.btn {font-size:13px; color:black; vertical-align:top; width:90px}
  input.btn:hover { background-Color:grey; vertical-align:top; color:red; cursor:pointer; }

  input.btn1 {font-size:13px; color:black; vertical-align:top; width:100px}
  input.btn1:hover { background:grey; vertical-align:top; color:red; cursor:pointer; }

  input.can1 {font-size:13px; color:grey; vertical-align:top; width:100px; color:grey}
  input.can1:hover { background:grey; vertical-align:top; color:grey; cursor:pointer; }

 
  .mLeft { text-align: left; margin-left:10px;  }
  .hgt { height:5px; }
  
ul {
  display: inline;
  margin: 0;
  padding: 0;
}
ul li {display: inline-block;}
ul li:hover {background: #555;  }
ul li:hover ul {display: block;  }
ul li ul {
  position: absolute;
  width: 150px;
  display: none;
}
ul li ul li { 
  background: #8fc5ca; 
  display: block; 
}
ul li ul li a {display:block !important;} 
ul li ul li a:hover { color:white; } 
ul li ul li:hover {background: #666;  }
