a.sample_attach, a.sample_attach:visited
{
  display: block;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-size: 1.0em;
  color: Gray;
  text-align:left;
  text-transform:uppercase;
	background-color:#FFF;
}
div.child_menu a
{
	padding:2px;
	border-left:solid 1px gray;
	border-right:solid 1px gray;
}
div.child_menu
{
	width:200px;
	border-top:solid 1px gray;
	border-bottom:solid 1px gray;
}
a.sample_attach:hover
{
	background-color:#d3d3d3;
	color:gray;
}

