/****  melody_Keys  ****/


#navigator{
	margin: 0px;
	padding: 2px;
}
#navigator ul{
	list-style: none;
	padding: 0px;
	
}
#navigator li a {text-decoration:none; font-weight:bold; white-space: nowrap;}
#navigator a#normal{
	display: block;
	padding: 5px 0px 5px 20px;
	border-width: 1px;
	border-color: #ABABAB #000000 #000000 #ABABAB;
	border-style: solid;
	color:#FFFFFF;	
}
#navigator a#normal:hover{
	color:#ABABAB;
	background-color:#110500;
	border-color: #000000 #ABABAB #ABABAB #000000;	
}
#navigator a#current{
	display: block;
	padding: 5px 0px 5px 20px;
	border-width: 1px;
	border-color: #000000 #ABABAB #ABABAB #000000;
	border-style: solid;
	color:#ABABAB;
	background-color:#110500;
}


/*  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: #000000 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	position: absolute; 
	background-color: #ffffff;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px dashed #110500;
	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:#A56542; 
	text-decoration: none;
	position: relative;
	display:block;
	padding:3px 0;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}