/****  duo_closing  ****/


#navigator{
	/*width: 100%;*/
	padding: 0px 0px 2px 0px;
	margin-bottom: 10px;
}

#navigator ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigator li{
	border-bottom: 1px solid #cf85aa;
	margin: 0px;
}
#navigator li a {text-decoration:none; font-weight:bold;}

#navigator li a#normal{
	display: block;
	white-space: nowrap;
	padding: 5px 0 7px 15px; 
	border-left: 10px solid #6e073b;
	border-right: 10px solid #6e073b;
	color:#ffffff;
}
#navigator li a#normal:hover{
	border-left: 10px solid #6e073b;
	border-right: 10px solid #6e073b;
	background-color: #bb5488;
	color:#4f052a;
}
#navigator li a#current{
	display: block;
	white-space: nowrap;
	padding: 5px 5px 5px 5px; 
	border-left: 10px solid #6e073b;
	border-right: 10px solid #6e073b;
	background-color: #bb5488;
	color:#f80bdf;
}


/*  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: #4f052a 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 #6e073b;
	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:#bb5488; 
	text-decoration: none;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}