body {
	background-color: #627373;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;

}
	div#links a {
	text-decoration: none;
	line-height: 1.7em;

	}
	
	div#links a:hover {
		background-color: transparent;
	}
	
	div#links a span {
		display: none;
	}
	
	div#links a span ul {
		margin-left: 16px;
	}
	
	div#links a:hover span {
		color: #000000;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 197px;
		left: 65px;
		padding: 10px;
		position: absolute;
		top: 255px;
		width: 350px;
		z-index: 100;
}

div#links a:hover span.bg {
	filter: alpha(opacity = '60');
	-moz-opacity: .6;
	-khtml-opacity: .6;
	background-color: #D3E2E5 ;
	/*z-index: 99;*/
}

	A {
	color : #C5D6D7;
	text-decoration: none;
	font-weight: normal;

}
A:link {
	color : #C5D6D7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}
A:hover {
 color : #C5D6D7;
 text-decoration: underline;
}
A:active {
 color : #000000;
 text-decoration: underline;
}
	A.bottomnav {
	color : #C5D6D7;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;


}
A.bottomnav:link {
	color : #C5D6D7;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;

}
A.bottomnav:hover {
	color : #C5D6D7;
	text-decoration: underline;
	font-size: xx-small;

}
td {
	font-size: x-small;
}