/* begin style specifications for the dropdown menu system */

div.zone {
  position:absolute;
  z-index:3;
}
ul.cl1, ul.cl2 {
  position:absolute;
  margin:0px;
  border:0px;
  padding:0px;
  list-style:none;}
ul.cl2 {
  display:none;
  width:133px;}

ul.cl3 {
  position:absolute;
  top:2px;
  left:133px;
  display:none;
  }
  
ul.cl3 {
  margin:0px;
  margin-left:133px;
  border:0px;
  padding:0px;
  list-style:none;
  width:133px;
  height:18px;}
  
li.cl1 {
  background:#ccccee;
  color:#707070;
  text-align:left;
  width:133px;
  height:40px;
  font-size:12pt;
  float:left;
  margin:0px;
  border:1px solid black;
  padding:0px;
  padding-left:4px};
li.cl2 {
  background:#ccccee;
  color:#707070;
  text-align:left;
  width:133px;
  height:18px;
  font-size:10pt;
  float:left;
  margin:0px;
  border:0px solid black;
  padding:0px;
  padding-left:4px;
  margin-top:-1px;
  border-top:0px solid black;
  }
a.cl1, a.cl2, a.cl3{
  color:black !important; 
  display:block !important;
  font-weight:bold;
  height:20px;
  text-decoration:none !important;
  margin:0px;
  border:0px;
  padding:0px;
  margin-left:-4px;
  padding-left:2px;}
a.cl1:hover, a.cl2:hover, a.cl3:hover {
  background:#778080;
  color:black;
  display:block !important;
  font-weight:bold;
  height:20px;
  text-decoration:none !important;
  margin-left:-4px;
  padding-left:2px;
  }
a.cl2, a.cl3 {height:18px}

a.cl2:hover, a.cl3:hover {height:18px}

li.cl3 {
  background:#ccccee;
  color:#707070;
  text-align:left;
  width:133px;
  height:18px;
  font-size:10pt;
  float:none;
  margin:0px;
  border:0px solid black;
  padding:0px;
  padding-left:2px;
  margin-top:-1px;
  }
a.cl3 {
  color:black !important; 
  display:block !important;
  font-weight:bold;
  height:18px;
  text-decoration:none !important;
  margin:0px;
  border:0px;
  padding:0px;
  margin-left:0px;
  padding-left:2px;}

/* end style specifications for dropdown menu system */
