div.mainmenu
	  {
	   background-repeat: no-repeat;
/*
	       border-bottom: 2px groove;
*/
		     padding: 0 0 0.2em 290px;
		      margin: 0;
		       color: PURPLE;

		     display: block;
		       width: 100%;
		       float: left;

		  text-align: center;
		       clear: both;
		 font-family: Tahoma, Verdana, Arial, sans-serif;


	  }

html>body div.mainmenu
	  {
		       width:auto;
	  }

div.mainmenu a
	  {
	 text-decoration: none;
		 display: block;
		overflow: hidden;
		   width: 99%;
		 padding: 0 0.3% 0 25px;
		  margin: 0.1em;

	background-color: #FCF9D1;
	background-image: url(/pics/arrows/right.gif);
       background-repeat: no-repeat;
     background-position: 0.1em 50%;


	  }

div.mainmenu a:hover
	  {
	 text-decoration: none;
	background-image: url(/pics/arrows/r-b.gif);
	background-color: orange;
/*
		overflow: visible;
*/

	  }


div.mainmenu .first li.selected a
	       {
	   background-color: yellow;
	   background-image: url(/pics/arrows/bottom.gif);
	       }


div.mainmenu .first
	  {
	      text-align: center;
		   clear: both;
		  margin: 0;
		 padding: 0;
	  }

div.mainmenu .first li
	  {
		   color: rgb(40%,40%,40%);

	      text-align: left;
	     text-indent: 0;
	       font-size: 0.8em;
	     line-height: 3ex;

	 list-style-type: none;
     list-style-position: inside;

		 display: inline;
		   width: 16%;
		   float: left;

		  margin: 0;
		 padding: 0;

		behavior: url("/markup.htc");
	  }


/* ********************************************************** */
div.mainmenu .first li .second
	      {
	background-color: rgb(98%,98%,100%);

	   border-bottom: 2px solid rgb(75%,75%,80%);
	    border-right: 2px solid rgb(75%,75%,80%);

	      border-top: 2px solid rgb(90%,90%,88%);
	     border-left: 2px solid rgb(90%,90%,88%);
		   width: 15em;
	       font-size: 1.2em;
		position: absolute;
	      visibility: hidden;
		 display: block;
		  margin: 0;
		 padding: 0.3em;
	     text-indent: 0;
		behavior: none;
	      }

div.mainmenu .first li .second ul
	      {
		  margin: 0;
		 padding: 0;
		 display: block;
		   width: 100%;
	      }


div.mainmenu .first li .second ul li
	  {

	 list-style-type: none;
     list-style-position: outside;
	      text-align: left;
		overflow: visible;
		 display: block;
		   float: none;
		   width: 17em;

		 padding: 0;
	     line-height: 3ex;
		  margin: 0;

		behavior: none;
	   border-bottom: 1px solid rgb(90%,90%,90%);
/*
	background-color: transparent;
		behavior: url("/hover.htc");
*/
	  }


div.mainmenu .first li .second ul li a
	  {
	background-color: transparent;
	  }

div.mainmenu .first li .second ul li a:hover
	  {
  background-color: rgb(90%,95%,100%);
	  }

div.mainmenu .first .second li.selected a,div.mainmenu .first .second li.selected a:hover
	  {
	   background-color: yellow;
	   background-image: url(/pics/arrows/bottom.gif);
	  }


div.mainmenu .first li .second p
	  {
		  display: block;
		font-size: 80%;
	      text-indent: 0;
	       text-align: left;

		 behavior: none;
		 overflow: visible;
		   margin: 0.6em 0.6em 0.6em 24px;

	      line-height: normal;
/*
		  padding: 0.2em 1em 0.2em 0.2em;
*/
	  }

div.mainmenu .first li .second h1,div.mainmenu .first li .second h2
	  {
		  display: block;
		font-size: 80%;
	       text-align: left;
		 overflow: visible;
	      text-indent: 0;
		   margin: 0.8em 0.6em 0.2em 24px;
		    clear: both;
		 behavior: none;
	  }

div.mainmenu .first li .second ul li a span
	  {
		font-size: 80%;
	  }

div.mainmenu .first li.selected .second li a
	       {
	   background-image: url(/pics/arrows/right.gif);
	       }


div.mainmenu .first li.selected .second li a:hover
	       {
	   background-image: url(/pics/arrows/r-b.gif);
	       }


div.mainmenu .first .second_last .second
	  {
		margin-left:-9em;
	  }

/* ---------------------------------------------------------- */
div.mainmenu .first li.hover, div.mainmenu .first li:hover
	       {
/*
		 border: 1px solid gold;
*/
	       }

div.mainmenu .first li.hover li, div.mainmenu .first li:hover li
	       {
		 border: none;
	       }


/* ---------------------------------------------------------- */

div.mainmenu .first li:hover .second
	  {
	visibility: visible;
	  }

