/****  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:#114d32;
	display: block;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #88a699;
	border-top: 1px solid #88a699; 
	border-right: 1px solid #082619;
	border-bottom: 1px solid #082619;
}
#navigator a#normal:hover { 
	background:#0c3623; 
	color:#FFFFFF;
}
#navigator a#current {
	display: block;
	padding: 6px 10px 6px 10px;   
	border-left: 1px solid #88a699;
	border-top: 1px solid #88a699; 
	border-right: 1px solid #082619;
	border-bottom: 1px solid #082619;
	background:#0c3623; 
	color:#4F7F21;
}


/*  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: #082619 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 #0c3623;
	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:#598370;
	position: relative;
	display:block;
	padding:3px 0;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}