	  { font-family, verdana, geneva font-size 10pt color #006030 }
	p  { font-family: Verdana, Geneva; font-size: 10pt;  color: #006030; font-style:normal }
	td { font-family: Verdana, Geneva; font-size: 10pt; color: #006030 }
	ul { font-family: Verdana, Geneva; font-size: 10pt; color: #006030 }
	h1 { font-family: Verdana, Geneva; font-size: 20pt; font-style:italic; font-weight: 500; color: #4a5ac6 }
	h2 { font-family: Verdana, Geneva; font-size: 16pt; font-weight: 400; color: #4a5ac6 }
	h3 { font-family: Verdana, Geneva; font-size: 14pt; font-weight: 400; color: #808080 }
	h4 { font-family: Verdana, Geneva; font-size: 10pt; font-weight: 400; color: #606060 }
	h5 { font-family: Verdana, Geneva; font-size: 9pt; font-weight: 400; color: #4a5ac6 }	
	h6 { font-family: Verdana, Geneva; font-size: 12pt; font-weight: 600; color: #006030 }

/* Navigation styles */	

	ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 106px; /* Width of Menu Items */
	z-index: 1;   
	}

ol li {
	position: relative;
	z-index: 1;   
	}
	
li ol {
	position: absolute;
	left: 105px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 1;
	
	}

/* Styles for Menu Items */
ol li a {
	border-left:0px solid #ccc; border-right:0px solid #ccc; border-top:0px solid #ccc; display: block;
	text-decoration: none;
	padding: 0px;
	border-bottom: 0px none;
	z-index: 1;   
	}

/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

ol li a:hover { background: #d8ffd8 } /* Hover Styles */
		
li ol li a { 
	background: #ffffd0; /* IE6 Bug */
	padding: 0px 0px;  /* Sub Menu Styles */
	z-index: 1;   }
		
li:hover ol, li.over ol { display: block; } /* The magic */
