body {
	font: normal 14px Arial;
	color: black;
	word-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	background-image: none;
	color: black;
}

ul li {
	position: relative;
	background: none fixed;
}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: black;
	background:#ffffff ; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

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

ul li a:hover {
	color: #CC3300;
	background: #C5D8C5;
	background-color: #FFFFCC;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

 
 H2 {
	font-size : 20pt;
	line-height : normal;
	font-weight : lighter;
}
 
 H3 {
	font-size : 18pt;
	line-height : 1.7em;
	font-weight : lighter;
}
 H4 {
	font-size : 14pt;
	line-height : normal;
	font-weight : lighter;

}
 H5 {
	font-size : 10pt;
	line-height : normal;
	font-weight : normal;
	background : transparent;
}
 H6 {
	font-size : 8pt;
	margin : 0px;
	font-weight : lighter;
}
