
a.dropdown, a.dropdown:visited, div.dropdown
{
  display: block;
  /* width: 100px; */

  border: 1px dotted #88BA00;
  padding: 2px 5px;

/*  background-image:url(/img/menubg.gif); */
	
  background-color: #EFEFEF;
  text-decoration: none;
  font-family: Trebuchet MS, Arial;
  font-size: 9pt;
  font-weight: bold;
  color: #004272;
  z-index: 1000; 
}

a.dropdown:hover {
  /* background-image:url(/img/menubg1.gif); */
  background-color: #A3DF00;
  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: 11px;
  color: rgb(51, 51, 153);
}

a.section_sel_left, a.section_sel_left: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 #88BA00; 
	z-index: 1000; 
}

div.dropdown_main { 
	font: 14px "Trebuchet MS", arial, tahoma;
	font-weight: bold;
	color: #ffffff;
}
