/****  classic_button  ****/
#navigator
{
	float: center;
	margin:0px;
	padding: 1px;
}
#navigator ul
{
	list-style: none;
	float: left;
	border: none;
}
#navigator li
{
	display: inline;
	margin:0px;
	padding:0px;
	float: left;
}
#navigator li a {text-decoration: none; font-weight: normal; white-space:nowrap;}
#navigator a#normal
{
	color:#ffffff;
	display: block;
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #aeaeae;
	border-top: 1px solid #aeaeae; 
	border-right: 1px solid #2E2E2E;
	border-bottom: 1px solid #2E2E2E;
}
#navigator a#normal:hover { 
	background:#404040; 
	color:#ffffff;
}
#navigator a#current {
	display: block;
	padding: 3px 5px 3px 5px;   
	border-left: 1px solid #2e2e2e;
	border-top: 1px solid #2e2e2e; 
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	background: #8D8D8D; 
	color:#EDB4B8;
}

#navigator1
{
	float: center;
	margin:0px;
	padding: 1px;
}
#navigator1 ul
{
	list-style: none;
	float: left;
	border: none;
}
#navigator1 li
{
	display: inline;
	margin:0px;
	padding:0px;
	float: left;
}
#navigator1 li a {text-decoration: none; font-weight: bold;  font-size: 12px; white-space:nowrap;}
#navigator1 a#normal
{
	color:#9a534c;
	display: block;
	padding: 3px 5px 3px 5px;
	border-left: 1px solid #d1aba7;
	border-top: 1px solid #d1aba7; 
	border-right: 1px solid #9a534c;
	border-bottom: 1px solid #9a534c;
}
#navigator1 a#normal:hover { 
	background:#9a534c; 
	color:#d1aba7;
}
#navigator1 a#current {
	display: block;
	padding: 3px 5px 3px 5px;   
	border-left: 1px solid #9a534c;
	border-top: 1px solid #9a534c; 
	border-right: 1px solid #d1aba7;
	border-bottom: 1px solid #d1aba7;
	background: #9a534c; 
	color:#d1aba7;
}


/*  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;
}
.subframe {
	border: #2E2E2E 1px solid; 
	display: block; 
	filter: alpha(opacity=95); 
	line-height: 15px; 
	position: absolute;
	background-color: #ffffff;
	text-indent: 5px;
}
.item {
	white-space: nowrap; 
	text-align: left;
	border-bottom: 1px solid #404040;
	margin-top: 2px;
}
.item a {
	font-weight: normal; 
	color:#000000; 
	text-decoration: none;
}
.item a:hover {
	font-weight:normal; 
	color:#ffffff; 
	text-decoration:none; 
	background-color:#8D8D8D;
	display:block;
}
.item .fwdarr {
	right: 7px;
	top: 5px; 
	position: absolute;	
}
