/* CSS  Menu Openingpage Document */
/* for set of css is for vertical menu along the right side of results_iframe ... for selecting taxa */
#menu {
	margin: 0px;
	height: 250px;
	font-size: 12px;
	font-family: arial black;
	color: #FFFFFF;
	z-index: 0;
	position: relative;
}
#menu ul {
	margin: 0pt;
	padding: 0pt;
	position: absolute;
	z-index: 50;
	list-style-type: none;
	width: 195px;
	top: 301px;
	left: 804px;
	height: 312px;
}
#menu li {
	background-color: #968563;
	float: left;
}
#menu li.sub {
	background-color: #968563;
	text-align: center;
	left: 0px;
}
#menu a, #menu a:visited {
	border: 1px outset #948463;
	display: block;
	height: 2em;
	line-height: 2em;
	width: 10em;
	color: #FFFFFF;
	padding-left: 0px;
	font-weight: bold;
	font-style: normal;
	text-align: center;
}
#menu b { float: right; margin-right: 23px; }
* html #menu a, * html #menu a:visited {
	width: 11em;
}
* html #menu a:hover { 
    color: #FFFF00; 
	background-color: #CCCCCC; 
	position: relative; 
	font-weight: bold; 
	font-style: 
	normal; 
	font-variant: normal; 
	text-decoration: none; 
	text-transform: none; 
}
#menu li:hover {
	position: relative;
	color: #FFFF00;
}
#menu a:active, #menu a:focus { color: #FFFF00; background-color: #666666; font-weight: bold; font-style: normal; font-variant: normal; }
#menu li:hover > a { color: #FFFF00; background-color: #796C51; font-weight: bold; font-style: normal; text-decoration: none; text-transform: none; }
#menu li ul {
	padding: 0em;
	visibility: hidden;
	position: absolute;
	top: 2em;
	left: 3em;
	background-color: transparent;
	color: #FFFF00;
}
#menu li:hover > ul {
	visibility: visible;
}
#menu ul a:hover ul ul { visibility: hidden; }

#menu ul a:hover ul {
	visibility: visible;
	background-color: #FFFF00;
}


/* FOr horizontal menu along top of results_iframe */

.menu_h_labels {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.15em;
	vertical-align: middle;
}

#menu_h_div{
	position: absolute;
	top: 585px;
	left: 19px;
	width: 202px;
	height: 22px;
	background-color: #948463;
}
.menu_h {
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap;
  }
.menu_h li {
	float:left;
	min-width:50px;
	width: 95px;
  }
.menu_h a {
	position:relative;
	display:block;
	text-decoration:none;
	min-width:50px;
	float:left;
	width: 105px;
	vertical-align: middle;
  }
* html .menu_h a {
	width:125px;
	height: 21px;
  }
.menu_h a span {
	display:block;
	color:#FFFF00;
	text-align:center;
	padding:0px 0px;
	cursor:pointer;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #837558;
	border-right-color: #000000;
	border-bottom-color: #202538;
	border-left-color: #837558;
	height: 21px;
	background-color: #231F20;
  }
* html .menu_h a span {
	width:66px;
	cursor:auto;
	w\idth:66px;
	height: 21px;
  }

.menu_h a b {
  display:block; 
  border-bottom:0px solid #06a;
  }
.menu_h a em {
	display:none;
	height: 21px;
  }
.menu_h a:hover {
  background:#958563;
  }
.menu_h a:hover span {
	color:#FFFFFF;
	background:#a79879;
	font-weight: bold;
  }
.menu_h a:hover em {
  display:block; 
  overflow:hidden; 
  border:1px solid #06a; 
  border-color:#CC9966; 
  border-width:5px 5px 5px 5px; 
  position:absolute; 
  left:50%; 
  margin-left:0px;
  }
.menu_h a:active span {
	color:#FFFF00;
	background:#958563;
	font-weight: bold;
	height: 21px;
  }
.menu_h a:active em {
  display:block; 
  overflow:hidden; 
  border:1px solid #06a; 
  border-color:#CC9966; 
  border-width:0px 0px 0 0px; 
  position:absolute; 
  left:50%; 
  margin-left:0px;
  }
  .menu_h a:focus span {
	color:#FFFF00;
	background:#958563;
	font-weight: bold;
	height: 21px;
  }
.menu_h a:focus em {
   background:#958563;
  display:block; 
  overflow:hidden; 
  border:1px solid #06a; 
  border-color:#CC9966; 
  border-width:0px 0px 0 0px; 
  position:absolute; 
  left:50%; 
  margin-left:0px;
  }
.menu_h a:active span {
	color:#FFFF00;
	background:#958563;
	font-weight: bold;
	height: 21px;
  }
.menu_h a:active em {
   background:#958563;
  display:block; 
  overflow:hidden; 
  border:1px solid #06a; 
  border-color:#CC9966; 
  border-width:0px 0px 0 0px; 
  position:absolute; 
  left:50%; 
  margin-left:0px;
  }
.smaller{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
}
.grey_smaller{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
}

