body {
	behavior:url("../Documents/RDFC/csshover3.htc");
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:10pt;
}

hr {
	color:#FFF;
	}
/* the menu */

	ul,li,a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	ul {
		width:205px;
		background:none;
		list-style:none;
	}

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

	a:link, a:visited {
		padding:2px;
		/*border:1px solid white; */
		text-decoration:none;
		color:white;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	
	/* regular hovers */

	a:hover {
		
		color:#857263;
	}
		
	
	/* 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;
	}
	
	/*Menu state*/
	
	a.current, a.current:hover, a.current:active{
		color:#857263;
		cursor:default;
	}
	/*Main Content Fomating*/
	#main_content{
		margin-top:0px;
		margin-right:5px;
		text-align:justify;
		position: relative;
		overflow:auto

		}
		#content {
		text-align:justify;	
		}
	#Title {
		font-size:18px;
		
	}
	body {
	behavior:url("../Documents/RDFC/csshover3.htc");
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size:10pt;
}

hr {
	color:#FFF;
	}
/* the menu */

	ul,li,a {
		display:block;
		margin:0;
		padding:0;
		border:0;
	}

	ul {
		width:205px;
		background:none;
		list-style:none;
	}

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

	a:link, a:visited {
		padding:2px;
		/*border:1px solid white; */
		text-decoration:none;
		color:white;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	
	/* regular hovers */

	a:hover {
		
		color:#857263;
	}
		
	
	/* 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;
	}
	
	/*Menu state*/
	
	a.current, a.current:hover, a.current:active{
		color:#857263;
		cursor:default;
	}
	/*Main Content Fomating*/
	#main_content{
		margin-top:0px;
		margin-right:10px;
		text-align:justify;
		position: relative;

		}
		#content {
		text-align:justify;	
		}
	#Title {
		font-size:18px;
		}

/* set millions of background images */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { 
margin: 0 7px; 
}
.rbroundbox { 
width: 100%; margin: 1em auto; 
}
