/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.topnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-decoration:none;
	font-weight:bold;
	color: #999999;
}
A.topnav {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
A.topnav:link {
	text-decoration: none;
	color: #999999;
}
A.topnav:visited {
	text-decoration: none;
	color: #999999;
}
A.topnav:hover {
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
A.topnav:active {
	text-decoration: none;
	color: #999999;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

.smallside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #999999;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/*
use xb settings to make ul/li appear the
same in mozilla, ie and opera
*/
/* needed to keep IE from bubbling events
from items that are not contained but only
covered. */
ul.nde-menu-system{
background-color:#ffffff;    /* #0099ff */
display:block;
margin:0;
padding:4px 12px;
}
ul.nde-menu-system *{
font-size:12px;
}
ul.nde-menu-system li{
border-right:1px solid #003D00;
color:#000000;				/* ffffff */
display:inline;
font-weight:bold;
margin:0;
padding:0 12px;
position:relative;
}
ul.nde-menu-system li a{
color:#000000;
font-weight:bold;
}
ul.nde-menu-system li a:hover{
background-color:transparent;
color:#000000;
text-decoration:underline;
}
ul.nde-menu-system li ul{
display:block;
left:0;
position:absolute;
top:1em;/* required for NS 7.x/Gecko 1.0.x but not Gecko 1.3 */
visibility:hidden;
z-index:1000;
}
ul.nde-menu-system li ul li{
background-color:#f7f7f7;
border:#a8a8a8 1px solid;
border-width:0 1px 1px;
display:block;
list-style:none;
margin:0;
padding:0;
width:150px;
}
ul.nde-menu-system li ul li a{
background-color:#ffffff;
color:#333333;
display:block;
font-weight:normal;
margin:0;
padding:3px 5px;
}
* html ul.nde-menu-system li ul li a{
width:100%;
}
ul.nde-menu-system li ul li a:hover{
background-color:#ffff00;
color:#333333;
text-decoration:none;
}
ul.nde-menu-system ul{
background-color:#ffffff;    /* #0099ff */
display:block;
margin:0;
padding:4px 0 0;
}
