
.nav_a     { color: black; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular; text-indent: 10px }
.nav_a1    { color: black; font-weight: normal; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular; text-indent: 10px }
.content    { color: black; font-size: 10px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular }
.sidebar { color: black; font-size: 10px; line-height: 15px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular; padding: 5px }
.header  { color: white; font-size: 14px; font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular; letter-spacing: 1px }
.headerbanner  { color: white; font-size: 14px; font-family: Arial, Helvetica, Geneva, Verdana, Swiss, SunSans-Regular; letter-spacing: 1px }
.naverror     { color: red; font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular; text-indent: 10px }


body { 
line-height: 15px; 
font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
font-size: 10px; 
font-weight: normal; 
color: black; 
} 

			.button{
				/* may cause windows bug:
				   position: relative;
				*/
 				letter-spacing: .1em;
				color: #cc6600;
				z-index: 100000;
				cursor: default;
				font-weight: bold;
				font-family:  "Verdana", "Arial", "Helvetica", "Geneva", "SunSans-Regular";
				font: menu;
				margin-bottom: -2px;
				margin-top: 2px;
				font-size: 10px;
				cursor: hand;
			}
			
			.buttonlabel{
				font-size: 13px;
				height: 14px;
				/* may cause windows bug:
				   position: relative;
				*/
				font-weight: 800;
				cursor: hand;
				
				/** 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;
			}
			
			.buttonlabel img{
				margin: 0 0 -4px 0 !important;
				border: 0 !important;
				padding: 0 !important;
				cursor: hand;
			}
			
			.level1label {
				height: 10px;
				font-size: 10px;
				font-weight: 700;
				padding: 1px 3px;
				cursor: hand;
 				margin-bottom: 0;
 				margin-top:  .05em;
				border-left: 0px solid #BBBBBB !important;
			}
			
			.labelOver {
				color: #00C;
			}
			
			/** .menuItem replaces .menuNode 
			 * to open menus instantly. 
			 * (see open-instantly.html source)
			 */
			.menuNode, .menuItem{
				font-size: 14px;
				border-bottom: 1px solid #BBBBBB;
				border-left: 1px solid #BBBBBB;
				height: 17px;
			}
			
			.menuNode a, menuItem a{
				color: #cc6600;
				font-size: 10px;
				line-height: 16px;
				font-weight: normal;
				font-family:  "Verdana", "Arial", "Helvetica", "Geneva", "SunSans-Regular";
				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: 6px;
				padding-bottom:  .6em;
				padding-top: 1px;
 				font-family: Trebuchet MS, Arial, sans-serif;
 				margin-bottom: -3px;
 				
			 }
			 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
				border-left: 1px solid #BBBBBB;
				padding-left: 10px;
			 }			 
			 .menu .menu .menu{ /* submenus' submenus  */
 				height:1%;
			 }			 
			#nav {
				border: 1px solid #ccc;
				background: #FCEEE0;
				color: #000;
				overflow: hidden;
				position: absolute;
				width: 188px;
				height: 600px;
				margin: 0;
				left: 0;
				top:0;
				position: absolute;
				white-space: nowrap;
				-moz-user-select: none;
			}
					
			
	/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   ___________________                                */
	/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   __________________                                 */
  			@media print {

  				title { display: none }
				#nav {
					position: absolute;
					width: 0;
					height: 0;
					padding: 0px;
					margin: 0;
					display: none;
				}

			}

