a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   150px;

  border:  1px solid #acdeef;
  padding: 10px 5px;

  background: #00a2d2;
 /* background: url("../images/bg_top_menu.png");*/
  height: 10px;

  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: 900;
  font-size: 1.0em;
  color:   #fcfbf0;

}

a.sample_attach:hover {
	color:   #000000;
}

a.sample_attach, a.sample_attach:visited { 
	border-bottom: none;
}
div#sample_attach_menu_child { 
	border-bottom: 1px solid black;
}
a.sample_attach_end {
  display: block;
  width:   150px;

  border:  1px solid #acdeef;
  padding: 0px 5px;

  background: #00a2d2;
  height: 0px;

  font-size: 1.0em;

}
