
/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   _____________                                      */

/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                 _____________________                                */
.button{
	/* may cause windows bug:
	   position: relative;
	*/
/*	letter-spacing: .2em; */
	z-index: 100000;
	cursor: default;
	padding-top: 10px;
}

.buttonlabel{
	font-size: 12px;
	height: 18px;
	/* may cause windows bug:
	   position: relative;
	*/
	cursor: default;
	
	/** padding/margin Causes Freeze in
	 *  Windows IE6.
	 *  Bug discovered by 
	 *  Michael of 13thparallel.org
	 *
	 * padding: .05em .5em .05em .4em;
	 * margin: 1px 1px 0px 1px;
	 */
	
	color: #fffffe;
	border-width: 1px;
}
.buttonlabel img {
	margin-bottom: -4px;
	margin-right: -3px;
}


/* label mouseover state  */
.labelHover {
	color: #CC0000;
	text-decoration: none;
}

/* depressed label state  */
.labelDown {
	color: #ffc7a9;
}

/* depressed label mouseover state  */
.labelHover.labelDown {
}


.menuNode {
	font-size: 12px;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	height: 18px;
}

.menuNode a, .menuItem a{
	font-size: 12px;
	line-height: 24px;
	padding: 0px 0px 1px 5px;
	text-decoration: none;
	width: auto;
}

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

.menu {
	padding-left: 16px;
	padding-bottom:  .6em;
	padding-top: 1px;
	font-family: Verdana,Arial,Helvetica,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 {
	width: 120px;
/*	overflow: auto; */
	margin: 0;
	white-space: nowrap;
}


/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

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

}