
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;
  color: #8387AF;
font:bold 11pt  arial, tahoma;
}

span.section_sel {
  font-size:8pt;
  text-decoration: underline;
  color: rgb(51, 51, 153);
}


a.dropdown, a.dropdown:visited { border-bottom: none; }

div.dropdownd { 
	border-bottom: 1px solid #F0F0F0; 
	z-index: 1000; 
	color: #d4d4d4;
font-weight: bold;
text-decoration: none;
font: 8pt ", arial, tahoma;
}

