

a:link, a:visited       { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif }
#nav a:hover      { color: #357902; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   _____________                                      */

/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                 _____________________                                */
.button   { font: medium CSS_PROPERTY_UNDEF; letter-spacing: 0.3pt; cursor: default; margin-bottom: 7px; z-index: 100000 }

.buttonlabel        { color: #000; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 800; cursor: default; height: 14px; border-width: 1px }
.buttonlabel img  { margin-right: -3px; margin-bottom: -4px }


/* label mouseover state  */
.labelHover    { color: #000 }

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

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


.menuNode    { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; height: 18px; border-bottom: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb }

.menuNode a, .menuItem a     { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 400; line-height: 16px; text-decoration: none; margin-left: -6px; padding: 0 3px 1px 8px; width: auto; height: 1em }

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

.menu    { font-family: Verdana, Arial, Helvetica, sans-serif; margin-bottom: -3px; padding-top: 1px; padding-bottom: 0.6em; padding-left: 6px }

 .menu .menu, .menu .menu .menu  { padding-left: 10px; border-left: 1px solid #bbbbbb }			 
 .menu .menu .menu  { height: 1% }			 
#nav   { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; white-space: nowrap; margin: 0; top: 0; left: 0; width: 202px; height: 360px; overflow: auto; border-width: 1px; border-color: #5b3029 }


/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   ___________________                                */
#contents  { color: #000; font-family: "Trebuchet MS", tahoma, sans-serif; margin: 16px 210px; padding: 20px; width: 540px; height: auto }
/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
*                                   __________________                                 */
@media print {

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

}
