/****  Line Arrow  ****/

.navigator {
	margin:0px;
	padding-left:0px;
	list-style: none;
}

.navigator li {
	padding: 5px 0 7px 0px;
	border-bottom:1px solid #222222;
}

.navigator li a {text-decoration:none; font-weight:bold;}

.navigator li a.normal  { 
	padding: 5px 0 7px 25px;
	color:#ffffff;		
	background-image: url(images/white_arrowtab.gif);                     
	background-repeat: no-repeat;
	background-position: 8px center;
}
.navigator li a.normal:hover{ 
	background-image: url(images/white_arrowtab.gif);                     
	background-repeat: no-repeat;
	background-position: 13px center;
	color:#0f8080;	
}
.navigator li a#current { 
	background-image: url(images/white_arrowtab.gif);                     
	background-repeat: no-repeat;
	background-position: 13px center;
	color:#0f8080;	
	padding: 5px 0 7px 25px;
}
 
/*  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: #808080 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	position: absolute; 
	background-color: #ffffff;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px dashed #343434;
	margin-top:0px;
}
.item a {
	font-weight: normal; 
	text-decoration: none;
	color:#000000;
	position: relative;
	display:block;
	padding:3px 0;
}
.item a:hover {
	font-weight: normal; 
	color: #ffffff; 
	background-color:#343434; 
	text-decoration: none;
	position: relative;
	display:block;
	padding:3px 0;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}