

	/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*-
 	 *                                 _____________________                                */
			.button{
				/* may cause windows bug:
				   position: relative;
				*/
 				letter-spacing: .O5em;
				color: #6600CC;
				z-index: 100000;
				cursor: pointer;
				font-family:  Arial, Helvetica, sans-serif;
				font: menu;
				margin-bottom: 2px;
				margin-top: 2px;
				font-size: 10px;
			}

			.buttonlabel{
				font-size: 12px;
				height: 18px;
				/* may cause windows bug:
				   position: relative;
				*/
				font-weight: 300;
				cursor: pointer;

				/** padding/margin Causes Freeze in
				 *  Windows IE6.
				 *  Bug discovered by
				 *  Michael of 13thparallel.org
				 *
				 * padding: .05em .5em .05em .4em;
				 * margin: 1px 1px 0px 1px;
				 */

				border-width: 1px;
				top: 0;
				left: 0;
				visibility: visible;
			}

			.menuTitle{
				font-size: 14px;
				height: 20px;
				font-weight: 400;
				/* may cause windows bug:
				   position: relative;
				*/
				cursor: default;

				border-width: 0px;
				top: 0;
				left: 0;
				visibility: visible;
				color:#FF9966;
			}

			.buttonlabel img{
				margin: 0 0 -4px 0 !important;
				border: 0 !important;
				padding: 0 !important;
			}

			.level1label {
				height: 10px;
				font-size: 10px;
				font-weight: 700;
				padding: 2px 3px;
				cursor: pointer;
 				margin-bottom: 0;
 				margin-top:  .05em;
				border-left: 0px solid #BBBBBB !important;
			}

			.labelOver {
				color: #CC99FF;
			}

			/** .menuItem replaces .menuNode
			 * to open menus instantly.
			 * (see open-instantly.html source)
			 */
			.menuNode, .menuItem{
                                color: #6600CC;
                                font-size: 11px;
				border-bottom: 0px solid #BBBBBB;
				border-left: 1px solid #ff9966;
				height: 18px;
                                cursor: pointer;
                                padding-left: 10px;
			}

			.menuNode a, menuItem a{
				color: #6600CC;
				font-size: 10px;
				line-height: 12px;
				font-weight: 400;
				padding: 0px 3px 1px 8px;
				text-decoration: none;
				//width: auto;
				white-space: nowrap;
 			}

 			.menuNode a:hover, .menuItem a:hover{
 				text-decoration: underline;
 			}

			.menu {
				position: relative;
				padding-left: 12px;
				padding-bottom:  .6em;
				padding-top: 5px;
 				font-family: Arial, Helvetica, sans-serif;
 				margin-bottom: 0px;

			 }
			 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
				border-left: 0px solid #FF9966;
				padding-left: 12px;
			 }
			 .menu .menu .menu{ /* submenus' submenus  */
 				height:1%;
			 }
			#nav {
				border: 0px solid #ccc;
				background: #ffffcc;
				color: #000;
				overflow: hidden;
				position: absolute;
				width: 165px;
				//height: 450px;
				margin: 0;
				left: 0;
				top:0;
				position: absolute;
				white-space: nowrap;
				-moz-user-select: none;
			}



	/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*-
 	 *                                   ___________________                                */
			h1{
				color: #777;
				font-size: 18px;
				text-indent: 24px;
				padding: 10px;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*-
 	 *                                   __________________                                 */
  			@media print {

  				title { display: none }
				#nav {
					position: absolute;
					width: 0;
					height: 0;
					padding: 0px;
					margin: 0;
					display: none;
				}

			}
