BODY 
	{ 

	font-family: Arial; 
	color: #20370E; 
	scrollbar-3dlight-color: #FFFFFF;
        scrollbar-arrow-color: #F7E6DF;
        scrollbar-track-color: #ADADAD;
        scrollbar-base-color: #394054;
        scrollbar-darkshadow-color: #9D7C9A;
        scrollbar-face-color: #394054;
        scrollbar-highlight-color: #B391A5;
        scrollbar-shadow-color: #D8D3C3;
	cursor: crosshair; 
	}

#floatkatz {position:absolute;
	left:110px;
	top:135px;
	width:300px;
	height:80px;
	z-index:100;
	}

#floatnav {
	position:absolute;
	left:2px;
	top:185px;
	width:210px;
	height:300px;
	z-index:100;
	}

#floatcright {	
	position:absolute;
	left:2px;
	top:475px;
	width:210px;
	height:80px;
	z-index:100;
	}

#floatmain {
	position:absolute;
	left:240px;
	top:185px;
	width:510px;
	height:370px;
	z-index:100;
	}

IMG
	{
	border: none;
	}

DIV.nav
	{
	color: #F9EBA0;
	}

DIV.cright
	{
	font-size: 60%;
	color: #F9EBA0;
	}

.out 
	{
	color: #484C33;
	}

HR 
	{ 
	width: 95%; 
	border-color: #484C33; 
	border-width: 1px; 
	border-style: dotted;
	}

H1 
	{ 
	color: #484C33;
	font-size: 20pt;
	font-style: italic; 
	text-align:right;
	font-family: Times New Roman; 
	z-index: 1; 
	}

H4
	{ 
	font-style: italic;
	z-index: 1; 
	}
.title
	{ 
	color: #484C33;
	font-style: italic;
	z-index: 1; 
	}

A	{
	font-family: Times New Roman; 
	}

A:link 
	{ 
	color: #F9C568; 
	text-decoration: none; 
	cursor: "crosshair"; 
	}

A:visited 
	{ 
	color: #F9C568; 
	text-decoration: none; 
	cursor: "crosshair"; 
	}

A:hover
	{
	color: #779C59; 
	cursor: crosshair; 
	}

A:active
	{
	color: #F9C568; 
	cursor: crosshair; 
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li {
	position: relative;
        width: 120px;

}
li ul {
	position: absolute;
	top: -8px;
	display: none;
	left: 100px;
}
ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	line-height: 20px;
	color: #000;
	padding: 5px;
	margin: 0 2px;
}

ul li a:hover {  }
li:hover ul, li.over ul { display: block; }
