/* The whole menu */
#more {

margin-left: 0px;
font-weight:bold;

list-style-type: none;

}

/* Each menu name */
#more li {
font-weight:bold;

margin-left: 0px;

list-style-type: none;
width: 400px;
color: #106010;
padding-left: 0px;
font-weight:bold;
}

/* The entire sub menu */
#more li ul {

display:none;
margin-left: 0px;
font-size:14px;
list-style-type: none;
margin: 0px;
font-weight:bold;
padding-left: 20px;

}


/* The entire sub menu */
#more li:hover ul {

display:block;
margin-left: 0px;
font-size:14px;
list-style-type: none;
margin: 0px;
font-weight:bold;
padding-left: 20px;

}


/* Each sub menu item */
#more li ul li {

margin-left: 0px;
font-size:14px;
color: #106010;
list-style-type: none;
margin: 0px;
font-weight:bold;
width: 380px;
}



.enlarge{
position: relative;
z-index: 0;

}

.enlarge:hover{
background-color: transparent;
z-index: 50;

}

.enlarge span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: none;
visibility: hidden;

}

.enlarge span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.enlarge:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -510px; /*position where enlarged image should offset horizontally */

}


/* The whole menu */
#menu {

margin-left: 0px;
font-weight:bold;

list-style-type: none;

}

/* Each menu name */
#menu li {
font-weight:bold;

margin-left: 0px;

list-style-type: none;
width: 400px;
color: #106010;
padding-left: 0px;
font-weight:bold;
}

/* The entire sub menu */
#menu li ul {

display:none;
margin-left: 0px;
font-size:14px;
list-style-type: none;
margin: 0px;
font-weight:bold;
padding-left: 20px;

}


/* The entire sub menu */
#menu li:hover ul {

display:block;
margin-left: 0px;
font-size:14px;
list-style-type: none;
margin: 0px;
font-weight:bold;
padding-left: 20px;

}


/* Each sub menu item */
#menu li ul li {

margin-left: 0px;
font-size:14px;
color: #106010;
list-style-type: none;
margin: 0px;
font-weight:bold;
width: 380px;
}

a {
color: #106010;
text-decoration: none;
font-weight:bold;
}

a.notbold {
color: #106010;
text-decoration: none;
font-weight:normal;
}



A:hover {
text-decoration: underline; 
color: brown;
}

h1 {
color: #106010;
font_face: arial;
}

h2 {
margin-bottom: 0px;
color: #106010;
font-weight: bold;
text-align: center;
font-size: 35px;
font_face: arial;
}

h3 {
color: #106010;
font-size: 19px;
text-decoration: none;
font_face: arial;
}

.indented
   {
   padding-left: 30pt;

   font-weight: normal;
   }

.nopagebreak
{
margin :0px;
}


.notbold
{
font-weight: normal:
}


INPUT {
color: 106010;
font-weight: bold;

}

p {
font-size: 17px;
font_face: arial;
font-weight: bold;
color: #106010;
}


p.varieties
{
line-height: 1.2;
color: #106010;
font_face: arial;
font-weight: normal;
}


table {
font-size: 17px;
font_face: arial;
color: #106010;

}

TEXTAREA {
color: 106010;
font-weight: bold;

}


ul {
font-size: 17px;
font_face: arial;
color: #106010;
font-weight: bold;
}


