
a.dropdown, a.dropdown:visited, div.dropdown
{

  display: block;
  /* width: 100px; */

  border: 1px dotted #F0F0F0;
  padding: 2px 5px;

/*  background-image:url(/img/menubg.gif); */
	
  background-color: white;
  text-decoration: none;
  font-family: Trebuchet MS, Arial;
  font-size: 9pt;
  color: rgb(51, 51, 153);
  z-index: 1000; 
}

a.dropdown:hover {
  /* background-image:url(/img/menubg1.gif); */
  background-color: white;
  color: #000000;
}

a.dropdown_sel, a.dropdown_sel:hover {
  display: block;

  border: 1px dotted #F0F0F0;
  padding: 2px 5px;

/*  background-image:url(/img/menubg1.gif); */
  
  background-color: white;
  text-decoration: none;
  font-family: Trebuchet MS, Arial;
  font-size: 9pt;
  color: black;
}

/*a.section_sel, a.section_sel:hover {
  text-decoration: underline;
  font-size: 13px;
  color: rgb(51, 51, 153);
}
*/
a.dropdown, a.dropdown:visited { border-bottom: none; }

div.dropdownd { 

	border-bottom: 1px solid #F0F0F0; 
	z-index: 1000; 
}

