﻿
	
	#Header {
		background: url("../images/synaura/bg_header.png") center top no-repeat;
		width: 920px;
		height: 88px;
		margin: 0px auto;
	}

	#Nav
	{
		position: relative;
		top: 10px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		color: #ffffff;
		font-size: 14px;
		line-height: 18px;
	}
	
	#Nav a 
	{
		color: #daebec;
	}
	
	#Nav a:hover
	{
		color: #ffffff;
	}
					
		.navLink {
			cursor: pointer;
			font-weight: normal;
		}
		#MyHome {
			float: left;
			margin: 0px 30px 0px 300px;
		}
		#MyProfile, #MyTeam, #Resources, #Tools, #QLife, #Order, #Logout
		{
			float: left;
			margin: 0px 30px 0px 0px;
		}
		
		