/****  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 #F2F2F2;	

}



#navigator li a {text-decoration:none; font-weight:bold; white-space:nowrap;}

#navigator a#normal

{	

	display:block;

	color: #333333;	

	padding: 7px 9px 8px 9px;

}

#navigator li a#normal:hover{

	color: #F2F2F2; 

	background: #B2B2B2;

}



#navigator a#current

{

	display:block;

	color: #000000;

	background: #6CADCD;	

	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: #D8D8D8 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 #B2B2B2;

	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:#6CADCD;

	display:block;

}

.item .fwdarr {

	right: 7px;

	top: 5px; 

	position: absolute;	

}