<style type="text/css">
<!--

a:link 	{COLOR: blue; 
	text-decoration: underline; }

a:visited { COLOR:blue;
	text-decoration: underline;}

a:active {COLOR: blue;
	text-decoration: none; }

a:hover {color: blue;
	text-decoration: underline;
	background-color:yellow; }



     * * *This block of style commands goes with the javascript dropdown menus and jclmenu.js * *

.menu {
  border: solid 2px #008000;
  padding:2px 2px 15px 2px;
  
}

.menuItem {
  padding:1px 2px 1px 4px;
  border-bottom:solid 2px #008000;
  font-size: 10pt;
  background-color:#dcdcdc;
}

.menuItem:hover {
  background-color:#f1f1f1;
}

.menuItem a {
  color:#666666;
  text-decoration:none;
}

#demo {
  background-color:#ffffcc;
  cursor:pointer;
  padding:2px 10px 2px 20px;
  margin: 20px 0;
  width: 380px;
}

#demo span {
  padding:3px 5px 0px 2px;
  cursor:pointer;
}

#demo span:hover {
  text-decoration:underline;
}


  * * * * * * *  end of jclmenu style commands  * * * * * * * * * 

-->
</style> 



