#tnav {
	background: url("gfx/dream-logo-hdr.jpg") no-repeat;
	width: 746px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #2DC281;
	text-align: center;
	padding-top: 138px;
	height: 47px;
	overflow: visible !important;
	overflow: hidden;
}
	#tnav ul,
	#tnav li {margin: 0;padding: 0;list-style: none;}
	#tnav a{
		color: #62CAE3;
		text-decoration: none;
		padding: 0 12px;
		float: left;
		line-height: 19px;
		display: block;
	}
		#tnav a:hover {color: #FFF;}
	#tnav span {float: left;line-height: 19px;}
	#tnav li{float: left;}
	#tnav .thead {
		color: #5ED65A;
		text-align: center;
		padding-left: 200px;
		font-size: 15px;
		margin-bottom: 9px;
	}
#ctr {margin-left: 8px;}
#nav {}
	#nav li {position: relative;}
	#nav li:hover,
	#nav li.sfhover {}	
	#nav li ul {
		position: absolute;
		z-index: 10;
		width: 180px;
		display: none;
		background: #CCC;
		border-bottom: 1px solid #666;
		}
	#nav li:hover ul,
	#nav li.sfhover ul {
		display: block;
		top: 19px;
		left: 3px;
		}
	#nav ul li {clear: both;}
	#nav li ul a {
		display: block;
		width: 180px;
		height: 15px;
		border-bottom: 1px solid #AFAFAF;
		color: #355D45;
		text-decoration: none;
		text-indent: 10px;
		cursor: pointer;
		text-align: left;
		padding: 0;
		line-height: 15px;
		}
	#nav ul a:hover {color: #FFF;}