body {
background-color:#E3E6B3;
margin:0px;
font-family: arial, sans-serif;
font-size:13px;
line-height:17px;
color:#333333;
}

td {
font-family: arial, sans-serif;
font-size:13px;
line-height:17px;
color:#333333;
}

.link a:link { color: #b73e47; text-decoration: none }
.link a:visited { color: #b73e47; text-decoration: none }
.link a:active { color: #b73e47; text-decoration: none }
.link a:hover { color: #b73e47; text-decoration: none }

.orange a:link { color: #FF6600; text-decoration: none }
.orange a:visited { color: #FF6600; text-decoration: none }
.orange a:active { color: #FF6600; text-decoration: none }
.orange a:hover { color: #FF6600; text-decoration: underline }

p {
margin-top:0px;
margin-bottom:15px;
}


.navi {
margin-top:14px;
margin-left:10px;
margin-right:10px;
}

.testimonial {
font-family:tahoma, sans-serif;
font-size:10px;
color:#5A7787;
line-height:15px;
padding-top:15px;
padding-bottom:20px;
}

.content {
margin-top:10px;
margin-left:22px;
margin-right:20px;
margin-bottom:30px;
}



ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

li:hover ul, li.over ul { 
	display: block; }

	ul li {
	position: relative;
	}

	li ul {
	position: absolute;
	left: 0px;
	top: 0;
	display: none;
	}

	ul li a {
	display: block;
	text-decoration: none;
	color: #32424B;
	background-color: #D8E0E5;
	padding-left:12px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
	}
	
 li ul li a {background:#CFCDB1; padding-left:10px; border-left:1px solid #BAB88F;}
 li ul li a:hover {background:#32424B}
	
	ul li a:hover { color: #32424B; background-color: #C0CED6; } /* Hover Styles */

	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 0; }
/* End */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 0; }
* html ul li a { height: 0; }
/* End */
