/*body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}*/
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 9pt;
	font-weight: normal;
	color: #000000
}
/*a:hover {
	color: #FF0000;
	text-decoration:underline;
}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}*/
#sectionLinks {
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 95%;
}
#sectionLinks h3 {
	padding: 2px 0px 0px 10px;
}
#sectionLinks a {
	display: block;
	padding: 2px 0px 0px 10px;
	color: #008000;
	text-decoration:none;
}
#sectionLinks a:visited {
	color: #008000;
	text-decoration:none;
}
#sectionLinks a:hover {
	background-color: #dcf2dc;
}
#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #ffffff;
}
/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}
div#nav {
	width: 175px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	background-color: #green;
}
div#nav ul {
	margin: 0px;
	padding: 0px;
	width: 171px;
	background: #f3f4ec;
	font-size: 11px;
	font-weight: lighter;
}
div#nav ul.level2 {
	background-color: brown;
	font-weight: normal;
}
div#nav ul.level3 {
	background-color: brown;
	font-weight: normal;
}
div#nav li {
	margin: 0px 0px 0px 1px;
	padding: 0;
	position: relative;
	list-style: none;
	border-bottom: 1px solid gray;
}
div#nav li:hover {
	background-color: black;
}
/* level one nav - no children*/


/* for arrow graphic div#nav li.submenu { background: url(submenu.gif) 95% 50% no-repeat; } */
div#nav li.submenu {
	background: url(images/arrow_right.gif) 98% 50% no-repeat;
}
div#nav li.submenu:hover {
	background-color: black;
} /* level one nav - with children*/
div#nav li a {
	display: block;
	padding: 2px 12px 2px 5px;
	text-decoration: none;
	width: 156px;
	color: #1e1e1e;
}
div#nav li a:hover {
	color: white;
	background-color: brown;
}
div#nav>ul a {
	width: auto;
}
div#nav ul ul {
	position: absolute;
	top: 0;
	left: 171px;
	display: none;
}
div#nav ul.level1 li.submenu:hover ul.level2, div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
}

