html,body{padding: 0px 10px 10px 5px;background-color: #000; 
    font: 100.01% Verdana,Arial,sans-serif}
h1,h2,h3,p{margin: 0 0px; padding:0px 10px}
h1{font-size: 200%;color: #FFF;background:#7f0000}
h2{font-size: 160%;color: #f0f0f0;background:#7f0000}
h3{font-size: 100%;color: #f0f0f0;background:#7f0000}
p{padding-bottom:1em; font:80% Verdana, Arial}
h2{padding-top: 0.3em}

div#nifty{ margin: 0 10%;background: #FFF}
b.rtop, b.rbottom{display:block;background: #000}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #7f0000}
b.r1{margin: 0 5px 0 5px}
b.r2{margin: 0 3px 0 3px}
b.r3{margin: 0 2px 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px 0 1px;height: 2px}

a:link
{ cursor: hand;
  color: blue;
  text-decoration: none;
}
a:visited
{ cursor: hand;
  color: blue;
  text-decoration: none;
}
a:hover
{ cursor: hand;
  color: red;
  text-decoration: none;
}
a:active
{ cursor: hand;
  font-weight: bold;
  color: blue;
  text-decoration: none;
}
table
{ font-size: 12px;
  font-family: Verdana, Tahoma;
  background-color: #F5F5F5;
}
.trtitle
{ color:white;
  font-weight: bold;
  font-size: 14px;
  text-align:center;
  background-color:#959596;
  padding: 5px 0px;
}
.trheader
{ color:black;
  font-weight: bold;
  font-size: 12px;
  text-align:center;
  background-color:#CCCCCC;
  padding: 3px 0px;

}
.tlabel
{ color:gray;
  font-size: 11px;
  text-align:left;
 }
.ttext
{ color:black;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
 }
/* the menu */

	ul,li,a {
		display:block;
		margin:0 0 0 20px;
		padding:0;
		border:0;
		font-size: 92%;
	}

	ul {
		width:280px;
		border:1px solid #9d9da1;
		background:white;
		list-style:none;
	}

	li {
		position:relative;
		padding:1px;
		padding-left:2px;
		z-index:9;
	}
		
		li.folder ul {
			position:absolute;
			left:20px; /* IE */
			top:5px;
		}		
			li.folder>ul { left:140px; } /* others */

	a {
		padding:2px 0px;
		border:1px solid white;
		text-decoration:none;
		color:gray;
		font-weight:normal;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */


	/* regular hovers */

	a:hover {
		border-color:gray;
		background-color:#bbb7c7;
		color:black;
	}
		li.folder a:hover {
			background-color:#bbb7c7;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		