/* menuWrapper is the space before the list items
*/
.menuWrapper {
	position: absolute;
	background-color: transparent;
	visibility:hidden;
/*	border-style:solid;
	border-width: 2px; */
/*	border-color: #000000 #000000 #505050 #efefef; */
	padding: 5px;
}

/* The background of the list item when not moused over
*/
.menuItem {
	position: absolute;
	left: 0px;
	width: 140px;
	height: 19px;
 	padding-left: 1px;
	cursor: pointer;
   font-weight: normal;
	font-size: 14px;
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
   text-align: center;
	line-height: 1.2em;
   vertical-align: bottom;
	color: #008000;
	background-color: #FFFFCA;
	border-bottom: 1px solid #C26C43;
	border-top: 1px solid #C26C43;
	border-right: 1px solid #C26C43;
   border-left: 1px solid #C26C43;
}

/* Menu Item when moused over ... */
.menuItemOn {
	position: absolute;
	left: 0px;
	width: 140px;
	height: 19px;
  	padding-left: 1px;
	cursor: pointer;
   font-weight: normal;
	font-size: 14px;
   font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-decoration: none;
   text-align: center;
	line-height: 1.2em;
   vertical-align: text-bottom;
	color: #2C2C2C;
	background-color: #FFFFCA;
	border-bottom: 1px solid #C26C43;
	border-top: 1px solid #C26C43;
	border-right: 1px solid #C26C43;
   border-left: 1px solid #C26C43;
}

.menuImg {
	position: absolute;
   border:0px;
}

.menudiv {
	position: absolute;
	top: 0px;
	right: 0px;
   left: 0px;
   width: 1000;
   height: 47px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
   background-image: url(hmigifs/goldfldlite_bg.jpg);
   border-bottom: 1px solid #C26C43;
   background-repeat: repeat;
   z-index: 98;
}

.menubar {
	position:absolute;
   top: 17px;
   right: 0px;
   left: 0px;
   height: 30px;
   padding-top: 0px;
   padding-right: 0px;
   padding-bottom: 0px;
   padding-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   margin-left: 0px;
/*	border-bottom: 2px solid #C26C43; */
   z_index: 98;

}

a:link {
   color: #FBAA13;/*#FBAA13 : 251 170 19 : darkgold*/
	background-color: transparent;
   text-decoration: none;
}
a:visited {
   color: #FBAA13;/*#BAB5C1 : 186 181 193 : light purple */;
	background-color: transparent;
   text-decoration: none;
}
a:active {
   color: #FDCB6F;/*#002859: 0 40 89 : dark blue*/
	background-color: transparent;
   text-decoration: none;
}

a:hover {
   font-style: italic;
	font-weight: bold;
	background-color: transparent;
   text-decoration: none;
/