﻿@charset "utf-8";
/* CSS Document */
a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   200px;
  border:  1px  #c2c2c2;
  padding: 5px 10px;
  background: #5f94c0;
  text-decoration: none;
  font-family: Verdana, Sans-Sherif;
  font-weight: bold;
  font-size: 10px;
  color:   #f2f2f2;

}

a.sample_attach:hover { background: #f26a2a; }
div#sample_attach_menu_child,div#communitynav,div#prodnav,div#eventnav,div#edunav,div#myaccountnav      { border-bottom: 1px dotted #f2f2f2;  z-index:200 }

