.h1 {	font-family: Arial, Sans-serif;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-variant: small-caps;
	background:#3e7e46;}

.body {	font-family: Arial, Sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align:justify;}

.copyright {	font-family: Arial, Sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;}

.menu {	font-family: Arial, Sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	font-variant: small-caps;}

.graphics {	float:left;
	margin-right:5pt;
	width:20%;}

.reference {	width:50%;
	font-family: Arial, Sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-align:justify;}

a:link { color=maroon;  text-decoration:none }
a:visited { color=green;  text-decoration:none }
a:hover { color=navy;  text-decoration:none }

#menu2 {
width: 12em; /* set width of menu */
background: #eee;
} 

#menu2 ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu2 a, #menu2 h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu2 h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu2 a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu2 a:hover {
color: #a00;
background: #fff;
}

#menu2 li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu2 ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu2 ul ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;}

#menu2 {
width: 100%;
background: #eee;
float: left;
}
#menu2 ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu2 a, #menu2 h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu2 h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu2 a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu2 a:hover {
color: #a00;
background: #fff;
}

#menu2 li {position: relative;}

#menu2 ul ul {
position: absolute;
z-index: 500;
}

#menu2 ul ul ul {
top: 0;
left: 100%;
}

div#menu2 ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul ul li:hover ul ul
{display: none;}

div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu2 ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu2 ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu2 a, #menu2 h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu2 ul li {float: left; width: 100%;}
#menu2 ul li a {height: 1%;} 

#menu2 a, #menu2 h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->