ul {
	width: 11em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom:0px;
	margin-top:0px;
	/* background: #edc;
  border-top: 1px solid #000;*/
} /* Makes top border for 1st button */
 
li {
	list-style: none; /* turns off the list bullets */
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	/* border-left: 1px solid #000; /* side button borders */
 /* border-right: 1px solid #000; /* side button borders */
  /*border-bottom: 1px solid #000; /* bottom button borders */
  vertical-align: bottom; /* for IE5-Win */
	color: #FFFFFF;
	text-align: left;
}

ul a {
  display: block; 
  padding: 5px 10px;
  vertical-align: bottom; /* needed for IE5-Win */
}
 
ul ul {
 /* background: #fed; */
  position: absolute;
  left: -3000px;
} /* set flyout BG color and preset the positioning */
 
ul li:hover ul {
	left: 7em;
	top: 6px;
} /* make flyout appear when the LI is hovered */
a:link {
	text-decoration: none;
	color: #FFFFFF;
}


.navholder {
	margin-left: -35px;
}
.footerText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 7pt;
	color: #FFFFFF;
	font-weight: bold;
}
.goldLgText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #F1B96D;
	text-align: center;
}
.goldMdText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #F1B96D;
	text-align: center;
}
.goldLgTextItal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #F1B96D;
	text-align: center;
	font-style: italic;
}
.whiteLgTextItal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-style: italic;
}
.goldSmText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #F1B96D;
	text-align: center;
}
#sclMda {
	left : 0px;
	position : fixed;
	top : 150px;
	width : 74px;
      }

