/***************************************************************************
 *  All of these attributes are common across all of the layers. Each Layer
 *  has separate z-index and top properties to be set individually.
 ***************************************************************************/
#treeLayer, #biosLayer, #researchLayer, #guestbookLayer, #aboutLayer, #messageLayer
{
 position:     absolute;  /* the layer is going to be positioned at the exact pixels specified */
 visibility:   hidden;    /* the layers are hidden by default */
}

/***************************************************************************
 *  Define the menu font styles here
 ***************************************************************************/
#treeLayer, #biosLayer, #researchLayer, #guestbookLayer, #aboutLayer, #messageLayer,
layer a
{
 font-family : arial,sans-serif;
 font-size:    10pt;       /* font size - may be specified as exact point size (e.g. 8pt) */
}

/***************************************************************************
 *  Set the properties of the menu hyperlinks here
 ***************************************************************************/
#treeLayer, #biosLayer, #researchLayer, #guestbookLayer, #aboutLayer, #messageLayer,
layer a
{
 text-decoration: none;
}

#menutext {
 padding-left : 6px;
 padding-right : 6px;
 background-color : #99cc99;
 color : #000000;
 font-size : 10pt;
}

#menutext a  {
	color : #006600;
  font-weight : 600;
	text-decoration : none;
}

#menutext a:hover  {
	color : #339933;
  font-weight : 600;
}