	   { font-family: verdana, geneva; font-size: 10pt; color: #202080; margin: 0pt; padding: 0pt }
	p  { font-family: Verdana, Geneva; font-size: 10pt; color: #202080; margin: 0pt; padding: 0pt }
	td { font-family: Verdana, Geneva; font-size: 10pt; color: #202080; }
	ul { font-family: Verdana, Geneva; font-size: 10pt; color: #202080; }
	h1 { font-family: Verdana, Geneva; font-size: 20pt; font-style:italic; font-weight: 500; color: #4a5ac6; margin: 0pt; padding: 0pt }
	h2 { font-family: Verdana, Geneva; font-size: 16pt; font-weight: 400; color: #202080; }
	h3 { font-family: Verdana, Geneva; font-size: 14pt; font-weight: 400; color: #202080; }
	h4 { font-family: Verdana, Geneva; font-size: 12pt; font-weight: 600; color: #202080; }
	h5 { font-family: Verdana, Geneva; font-size: 9pt; font-weight: 400; color: #202080; }
	h6 { font-family: Verdana, Geneva; font-size: 12pt; font-weight: 600; color: #00A000; }




/* Navigation styles */	
	a:link { color: #202080}
	a:hover { color: #008000}
	a:visited { color: #202080}
	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 */