/****  tab_middle ****/

#navigator{
	margin: 0px;
	padding: 0px;
}
#navigator ul{	
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
#navigator li {
	display:inline; 
	list-style: none;
	margin: 0px;
	padding: 0px;
	float:left;
} 


#navigator li a {
	text-decoration: none;
	font-weight : bold;
	white-space:nowrap;
	font-size: 12px;
	text-align: center;
}

#navigator li a#normal{
	padding: 10px 12px 9px 12px;
	color: #ffffff;
	border-right: 1px solid #b5b5b5;
	display:block;
	font-size: 12px;
}
#navigator li a#normal:hover{
	background-color: #565656;
	color: #b5b5b5;
	font-size: 12px;
}
#navigator li a#current{
	background-color: #565656;
	color: #b5b5b5;
	padding: 10px 12px 9px 12px;
	border-right: 1px solid #b5b5b5;
	display:block;
	font-size: 12px;
}


/*  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: #424242 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	line-height: 20px; 
	position: absolute;
	background-color: #ffffff;
	text-indent: 5px;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px solid #565656;
	margin-top: 0px;
}
.item a {
	font-weight: normal;
	color:#000000;
	text-decoration: none;
	position: relative;
	font-size: small;
}
.item a:hover {
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
	background-color:#764B6E;
	display:block;
	position: relative;
	font-size: small;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}

