a.AMenu:Hover {COLOR:#3399FF; text-decoration: underline; font-weight: bold; text-decoration:underline; }
a.AMenu:visited {color:#3367B3;  text-decoration: none; font-weight: bold; }
a.AMenu:link {color:#3367B3;  text-decoration: none; font-weight: bold; }

a.sample_attach, a.sample_attach:visited,  div.sample_attach
{
  display: block;
  width:   200px;

  border:  1px solid black;
  padding: 2px 5px;

  background: #FFFFEE;

  text-decoration: none;
  font-family: Tahoma, Sans-Sherif;
  font-weight: normal;
  color:   #008000;
}
a.sample_attach:Hover
{
  display: block;
  width:   200px;

  border:  1px solid black;
  padding: 2px 5px;

  background: #FFCC99;

  text-decoration: none;
  font-family: Tahoma, Sans-Sherif;
  font-weight: normal;
  color:   #008000;
}

<!--a.sample_attach, a.sample_attach:visited, a.sample_attach:Hover {font-weight:bold; border-bottom: 1px solid black; }-->
div#sample_attach_menu_child             { border-bottom: 1px solid black; }

form.sample_attach
{
  position: absolute;
  visibility: hidden;

  border:  1px solid black;
  padding: 0px 5px 2px 5px;

  background: #FFFFEE;
}

form.sample_attach b
{
  font-family: Tahoma, Sans-Sherif;
  font-weight: normal;
}


