/****  tramline ****/

#navigator
{				
	margin: 0px;
	padding: 0px;
}
#navigator li
{
	float: left;
	list-style-type: none;
	display: inline;
	margin: 1px 2px 1px 2px;
	padding:0;
	border: 1px solid #8F8F8F;	
}

#navigator li a {text-decoration:none; font-weight:bold; white-space:nowrap;}
#navigator a#normal
{	
	display:block;
	color: #C4C4C4;	
	padding: 7px 9px 8px 9px;
}
#navigator li a#normal:hover{
	color: #8F8F8F; 
	background: #161616;
}

#navigator a#current
{
	display:block;
	color: #000000;
	background: #636363;	
	padding: 7px 9px 8px 9px;
}


/*  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:3px 0 0 0;
	z-index:25;
}
.subframe {
	border: #0F0F0F 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	line-height: 15px; 
	position: absolute;
	background-color: #ffffff;
	text-indent: 5px;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px solid #161616;
	margin-top: 2px;
}
.item a {
	font-weight: normal; 
	color:#000000; 
	text-decoration: none;
}
.item a:hover {
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none; 
	background-color:#636363;
	display:block;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}