	   { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 10pt; color: #3030B0 }
	p  { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 10pt;  color: #3030B0; font-style:normal }
	td { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 10pt; color: #3030B0 }
	ol { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 10pt; color: #3030B0 }
	h1 { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 20pt; font-style:italic; font-weight: 500; color: #4a5ac6 }
	h2 { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 16pt; font-weight: 600; color: #3030B0 }
	h3 { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 12pt; font-weight: 400; color: #3030B0 }
	h4 { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 10pt; font-weight: 400; color: #3030B0 }
	h5 { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 9pt; font-weight: 400; color: #DAA812 }	
	h6 { font-family: "Lucida Sans Unicode", verdana, geneva; font-size: 12pt; font-weight: 400; color: #DAA812 }


/* Navigation styles */	

	ol {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 165px; /* Width of Menu Items */
	}

ol li {
	position: relative;
	}
	
li ol {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* 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: 5px;
	border-bottom: 0px none;
	}

/* 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: #ececff } /* Hover Styles */
		
li ol li a { 
	background: #e8ffe8; /* IE6 Bug */
	padding: 5px 5px; } /* Sub Menu Styles */
		
li:hover ol, li.over ol { display: block; } /* The magic */