<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/****  classic_button  ****/
.navigator
{
	float: left;
	margin:0px;
	padding: 1px;
}
.navigator ul
{
	list-style: none;
	float: left;
	border: none;
}
.navigator li
{
	display: inline;
	margin:0px;
	padding:0px;
	float: left;
}
.navigator li a {text-decoration: none; font-weight: bold; white-space:nowrap;}
.navigator a.normal
{
	color:#494949;
	display: block;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #DCE7EB;
	border-top: 1px solid #DCE7EB; 
	border-right: 1px solid #AEBABF;
	border-bottom: 1px solid #AEBABF;
}
.navigator a.normal:hover { 
	background:#8F9A9E; 
	color:#FFFFFF;
}
.navigator a#current {
	display: block;
	padding: 6px 10px 6px 10px;   
	border-left: 1px solid #DCE7EB;
	border-top: 1px solid #DCE7EB; 
	border-right: 1px solid #AEBABF;
	border-bottom: 1px solid #AEBABF;
	background:#8F9A9E; 
	color:#20598E;
}


/*  css for PHP Layers Menu 3.2.0-rc (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/  */


.submenu {
	left: 0px; 
	top: 0px;
	visibility: hidden; 
	position: absolute;
	padding:0 0 0 5px;
	z-index:25;
}
.subframe {
	border: #AEBABF 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	position: absolute;
	background-color: #ffffff;
	text-indent: 5px;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px solid #8F9A9E;
	margin-top: 0px;
}
.item a {
	font-weight: normal; 
	color:#000000; 
	text-decoration: none;
	position: relative;
	display:block;
	padding:3px 0;
}
.item a:hover {
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none; 
	background-color:#7AAABB;
	position: relative;
	display:block;
	padding:3px 0;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}</pre></body></html>