/****  3Dshading Change to Circle  ****/

#navigator {
	margin:0px;
	padding-left:0px;
	list-style: none;
}

#navigator li {
	padding: 5px 0 7px 25px;
	background-image: url(images/black_circle.gif);                     
	background-repeat: no-repeat;
	background-position: 8px center;
	border-bottom:1px solid #DCDCDC;
}

#navigator li a {text-decoration:none; font-weight:bold;}

#navigator li a#normal  { 
	color:#4C4646;	
}
#navigator li a#normal:hover{ 
	color:#F2F2F2;
}
#navigator li a#current { 
	color:#FFFFFF;
}
 
/*  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: #7F7F7F 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 #B2B2B2;
	margin-top:2px;
}
.item a {
	display: block; 
	font-weight: normal; 
	position: relative; 
	text-decoration: none;
	color:#000000;
	position: relative;
}
.item a:hover {
	font-weight: normal; 
	color: #ffffff; 
	background-color:#A2A2A2; 
	text-decoration: none;
	position: relative;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}