/*  HOMEPAGE_TEST.CSS  */
*  {
	margin:  0;
	padding:  0;
}

body	{
	margin-bottom:   10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#fff;
}
/*
#page  {
	width:  100%;
	min-width:  800px;
}
*/
#filtered  {
	display:none;
}

a 	{
	font: 400 .9em Verdana, Arial, Helvetica, sans-serif;
	color: #006;
	text-decoration: none;

}
	
a:link, a:visited {
	color: #006;
	text-decoration: none;
}
a:hover, a:active {
	color: #660;
	text-decoration: underline;
}
	
p {	
	font-size: .8em;
}
		
#navbar	{
	padding: 2px 0px 0px 3px;
	background-color: #cc9;
	border-top: 1px solid #006;
	border-bottom: 1px solid #006;
	height: 17px;
	width: auto;	
}
				
#navbar a:link, #navbar a:visited, #navbar a:hover, #navbar a:active {
	font-size:11px;
}
/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/
ul.nde-menu-system, ul.nde-menu-system ul  {
	display: block;
	background-color: #CC9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* 
top level items in ul are inline to display horizontally 
across page
*/
ul.nde-menu-system li {
	display: inline;
	list-style: none;
	position: relative;
	color: #006;
	left: 9px;
}
/* 
nested lists inside of the top level items are initially 
not displayed
*/
ul.nde-menu-system li ul {
	display: block;
	position: absolute;
	visibility: hidden;
	width: 16em;
	z-index: 1000;
	background-color: #CC9;
	border: 1px solid #663;
	left: 0px;
/*	top: 0px;  */
	top: 13px;
}
/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.nde-menu-system li ul li {
	margin: 5px 7px 5px 0px;
	display: block;
	voice-family: "\";
}\""; voice-family: inherit;
  margin-left: 5px;
	z-index: 1000;
}

ul.nde-menu-system li ul li a {
	display: block;
	voice-family: "\";
	left: 0px;
	bottom: 8px;
	top: 3px;
}\""; voice-family: inherit;
  width: 95%;
}

/* needed to keep IE from bubbling events
from items that are not contained but only
covered. */
ul.nde-menu-system {
	background-color: #CC9;
}
/*
for css based versions extend the li
below the menu so that the mouse will
stay over the li and keep the hover active
*/
ul.nde-menu-system li.submenu:hover  {
	background-color: #CC9;
}

ul.nde-menu-system li.submenu:hover ul {
	left: 0;
	visibility: visible;
	background-color: #CC9;
}

ul.nde-menu-system li a  {
	display: inline;
	color: #006;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration: none;
}

ul.nde-menu-system li a:hover  {
	color: #660;
	font-size: 11px;
	text-decoration:  none;
}

ul.nde-menu-system li.submenu ul a  {
	line-height: 14px;
}

