
#navigator {
	margin:0px;
	padding:0px;
}
#navigator ul li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	float:left;
}
#navigator a {
	float:left;
	margin:0 0px 0 0;
	padding:0px 0 0 18px; 
	font-size:12px; 
	font-weight:normal;
	text-decoration:none;
	color: #0a0b06;  
	white-space:nowrap; 
    background-image: url(navimages/tab_left01.jpg);
	background-position:right top;
	background-repeat:no-repeat; 
	


}
#navigator a span {
	float:left;
	display:block;
	padding:8px 20px 10px 0;
	white-space:nowrap;
}
/* hide from Mac IE5 */
#navigator a span {float:none;}
/* end hack */
#navigator a:hover, #navigator #current {
	background-image: url(navimages/tab_left02.jpg);
	background-position:left top; 
	background-repeat:repeat-X;
	background-color:#00ec4c; 
	color: #034918;
}
#navigator a:hover span, #navigator #current span {
	display:block;
	float:left;
    background-image: url(navimages/tab_right02.jpg);
	background-position:right top;
	background-repeat:no-repeat; 
	


}

/*  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 {
	top:29px;
	border: #a36414 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	line-height: 17px; 
	position: absolute;
	background-color: #f48c0a;
	text-indent: 5px;
}
.subframe 
{
	_top:0px; /* Hack IE6 */
	*top:0px; /* Hack IE7 */
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px solid #a36414;
	margin-top: 0px;
}
.item a {
	font-weight: normal; 
	color:#ffffff; 
	text-decoration: none;
	position: relative;
}
.item a:hover {
	font-weight:normal; 
	color:#31132f; 
	text-decoration:none; 
	background-color:#00ec4c;
	display:block;
	position: relative;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}