/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 160px;
	border-bottom: 0px solid #FFF;
}
ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 159px;
	top: 0px;
	display: none;
}
ul li a {
	display: block;
	text-decoration: none;
	/* color: #382815;  */
	color: #4E5A28;
    /* color: #beb29c; */
	background: #ffffff; 
	/* background: #beb29c; */
	/* background: #FFF9C5;*/
	padding: 3px;
	/* border: 1px solid #FFF; */
	border-bottom: 0px;
	font-family: "tahoma";
	font-size: 16px;
	font-weight: bold;
}
ul li a:hover {
	/* background-color: #c3c3c3; */
	/* color: #beb29c; */
	/* color: #382815; */
	/* color: #FFF9C5; */
	color: #000000;
}
li:hover ul, li.over ul { 
	display: block;
}


.wisdomtitle {

	font-family: "Arial";
	font-weight:normal;
	font-size: 1.1em;
	color: #ffffff;
	text-align:left;
}


.wisdomtext {

	font-family: "Arial";
	font-weight:normal;
	font-style:italic;
	font-size: 1.1em;
	color: #ffffff;
	text-align:center;
}


.addressbold {

	font-family: "Arial";
	font-weight:bold;
	font-size: 1em;
	color: #710000;
	text-align:right;
}

.addresstext {

	font-family: "Arial";
	font-weight:normal;
	font-size: 1em;
	color: #000000;
	text-align:left;
}


.bodytext {

	font-family: "Arial";
	font-weight:normal;
	font-size: 1em;
	color: #000000;
	text-align:left;
	margin-left: 14%;
}

.normaltext {

	font-family: "Arial";
	font-weight:normal;
	font-size: 1em;
	color: #000000;
	text-align:left;
}

.bullettext {

	font-family: "Arial";
	font-weight:normal;
	font-size: 1.05em;
	color: #000000;
	text-align:left;
}

.normaltext3 {

	font-family: "Arial";
	font-weight:normal;
	font-size: 1em;
	color: #000000;
	margin-left: 3%;
	text-align:left;
}


.titleburgandy {

	font-family: "Arial";
	font-weight:bold;
	font-size: 1.5em;
	color: #710000;
	text-align:left;
	margin-left: 14%;
}



.quotetext {
	font-family: "Arial";
	font-weight:normal;
	font-size: 0.9em;
	color: #000000;
	text-align:left;
	/* margin-left: 14%; */
	font-style: italic;
}

.specialtext {
	font-family: "Arial";
	font-weight: bold;
	font-size: 0.8em;
	color: #424242;
	background: #939f60;
	text-align:left;
	border: 2px solid #000;
	padding: 10px 4px 10px 10px;
}
