.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #0290f6;
border-bottom-width: 0;
font:normal 12px Verdana;
background-color: #def0fe;
width: 170px;
}

.anylinkcss a{
width: 100%;
display: block;
border-bottom: 0px solid #0290f6;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #FF661C;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #f49302   ;
color: #FFFFFF;
}

.anylinkcss1{
position:absolute;
visibility: hidden;
border:1px solid #0290f6;
border-bottom-width: 0;
font:normal 12px Verdana;
background-color: #def0fe;
width: 183px;
}

.anylinkcss1 a{
width: 100%;
display: block;
border-bottom: 1px solid #0290f6;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #FF661C;
}

.anylinkcss1 a:hover{ /*hover background color*/
background-color: #f49302   ;
color: #FFFFFF;
}


/* CSS Document */
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   170px;
  padding: 0px 0px;
  background: #def0fe;
  height:19px;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: normal;
  font-size: 12px;
  color: #FF661C;
  border-bottom: 1px solid #0290f6;
}

a.sample_attach, a.sample_attach:visited { border: 1px solid #0290f6; border-bottom: 0px;}
a.sample_attach:hover {  background: #f49302; color:#FFFFFF}

div#sample_attach_menu_child2             { border-bottom: 1px solid #0290f6;}