/****  blocky  ****/

#navigator{
	padding: 0px;
	margin: 0px;	
}
#navigator ul{
	padding: 0px;
	margin: 0px;
	border-bottom: 1px #6A7177 solid;
	list-style: none;
}
#navigator li{
	margin: 0px;
	padding:0px;
	text-align: left;
}
#navigator li a {text-decoration: none; font-weight : bold;}
#navigator a#normal{  
	display: block;
	padding: 5px 0 7px 15px;	
	border-top: 1px #F1F8FF solid;
	border-left: 1px #F1F8FF solid;
	border-right: 1px #F1F8FF solid;
	white-space: nowrap;
	color:#5D7190;
}
#navigator a#normal:hover { 
	color:#F1F8FF;
	background-color:#809DB2;
}

#navigator a#current{  
	display: block;
	padding:4px 0px 4px 5px;	
	border-top: 1px #F1F8FF solid;
	border-left: 1px #F1F8FF solid;
	border-right: 1px #F1F8FF solid;	
	white-space: nowrap;
	color:#5D7190;
	background-color:#E1EBF4;
}


/*  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;
	z-index:25; 
}
.subframe {
	border: #6A7177 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	line-height: 15px; 	
	position: absolute; 
	background-color: #ffffff;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px dashed #809DB2;
	margin-top:2px;
}
.item a {
	display: block; 
	font-weight: normal; 
	position: relative; 
	text-decoration: none;
	color:#000000;
}
.item a:hover {
	font-weight: normal; 
	color: #ffffff; 
	background-color:#E1EBF4; 
	text-decoration: none;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}