/****  gradient_block  ****/
#navigator{
width :100%;
margin: 0px;
padding:0px;
}
#navigator ul li{
white-space: nowrap;
padding: 8px 0px 11px 0px ;            /***/
margin: 1px 0px 1px 0px;
margin-top: 1px;
margin-bottom: 1px;
display: inline;
float: left;
background: url(images/maroon_gb_h.gif);
}
#navigator a#normal{
color:#FFFFFF;
text-valign: center;
text-decoration: none;
font-weight : bold ;
display: inline;
padding-top: 8px;    
padding-right: 10px;
padding-bottom: 9px;
padding-left: 10px;
border: 1px solid #A37656;
background: url(images/maroon_gb_n.gif);
}
#navigator a#normal:link { 
background: url(images/maroon_gb_n.gif) repeat-x 0px; 
}
#navigator a#normal:hover { 
background: url(images/maroon_gb_h.gif) repeat-x 0px; 
color:#814022;
}

#navigator a#current{
color:#814022;
text-valign: center;
text-decoration: none;
font-weight : bold ;
display: inline;
padding-top: 8px;      
padding-right: 10px;
padding-bottom: 9px;
padding-left: 10px;
border: 1px solid #A37656;
background: url(images/maroon_gb_h.gif);
}
#navigator a#current:link{
background: url(images/maroon_gb_h.gif) repeat-x 0px; 
}
/*#navigator li#active{
background: url(images/maroon_gb_h.gif) repeat-x 0px; 
color:#814022;
}*/





/*  css for PHP Layers Menu 3.2.0-rc (C) 2001-2004 Marco Pratesi - http://www.marcopratesi.it/  */
.submenu {
	LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px;
		padding-top:11px;
	}

.subframe {
	BORDER-RIGHT:#cecac1 1px outset; BORDER-TOP:#cecac1 1px outset; DISPLAY: block; BORDER-LEFT:#cecac1 1px outset; BORDER-BOTTOM:#cecac1 1px outset; POSITION: relative; 
	BACKGROUND-COLOR:#FFFAF3;		line-height:17px;
	}
.item {
 WHITE-SPACE: nowrap; TEXT-ALIGN: left;
}
.item A {
font-weight:normal;
	DISPLAY: block; POSITION: relative; TEXT-DECORATION: none;
}
.item A:link {
	COLOR: #000000; TEXT-DECORATION: none;
		font-weight:normal;
}
.item A:visited {
	COLOR:#000000; TEXT-DECORATION: none	;font-weight:normal;	
}
.item A:hover {
	COLOR:#FFFFFF; 
	BACKGROUND-COLOR:#873E1C; 
	TEXT-DECORATION: none;		
	font-weight:normal;
}
.item A:active {
	COLOR: #FFFFFF; TEXT-DECORATION: none;		font-weight:normal;
}
.item .fwdarr {
	RIGHT: 7px; POSITION: absolute; TOP: 5px;		
}