<style type="text/css">


	body {
		behavior:url("../htc/csshover.htc");
	}
	
	h3 {
		font-family:arial,tahoma,verdana,helvetica;
		font-size:12px;
	}

	h1 {
		color: #666666;
		font-size: 30px;
		font-weight: bold;
		letter-spacing: -1px;
		margin: 0px;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 2px;
		text-align: left;
	}
	
	h2 {
		color: black;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 0px;
		margin: 6px;
		margin-right: 9px;
		padding-top: 2px;
		text-align: justified;
		font-family: Arial, Times, serif;		
	}

	h3 {
		color: black;
		font-size: 48px;
		font-weight: normal;
		letter-spacing: 0px;
		margin: 6px;
		margin-right: 9px;
		padding-top: 2px;
		font-family: Times, serif;
	}

	P { text-align: justify; }

	EM {
		font-size:70%;
		color:gray;}


	

	a {
		padding:2px;
		border:0px solid white;
		text-decoration:none;
		color:gray;
		font-weight:bold;
		width:100%; /* IE */
	}
		li>a { width:auto; } /* others */

	li a.submenu {
		background:url("images/sub.gif") right no-repeat;
	}

	/* regular hovers */

	a:hover {
		padding:1px;
		border-color:gray;
		border:1px solid black;
		background-color:#FFCC33;
		color:black;
	}
		li.folder a:hover {
			background-color:#bbb7c7;
		}
	
	/* hovers with specificity */
	
	li.folder:hover { z-index:10; }		
		
	ul ul, li:hover ul ul {
		display:none;
	}

	li:hover ul, li:hover li:hover ul {
		display:block;
	}		


</style>