#mainNav {
	float: right;
	xborder: 1px brown dashed;
	
}
#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 27px;
	display: block;
	overflow: hidden;
	width: 726px;
	background: url(../images/nav/mainNav.gif) no-repeat;
}
	
#mainNav ul li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#mainNav a {
	float: left;
	padding: 27px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:27px; /* for IE5/Win */
}
	
#thome a  {
	width: 44px;
}

#tabout a  {
	width: 76px;
}

#ttraining a  {
	width: 126px;
}

#tnutrition a  {
	width: 76px;
}

#twellness a  {
	width: 138px;
}

#ttestimonials a  {
	width: 96px;
}

#tstore a  {
	width: 93px;
}

#tcontact a  {
	width: 77px;
}

/* SUB NAVIGATION */
#left ul {
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
	display: block;
	overflow: hidden;
	width: 216px;
}

#left ul li {
	text-align: right;
	height: 40px;
	padding: 0 15px;
	list-style-type: none;
	background: url(../images/nav/bottom_fade_border.gif) bottom right no-repeat;
}

#left a {
	font-size: 1.2em;
	line-height: 3.2em;
	text-decoration: none;
	color: #FFF;
}

#left li:hover {
	background: #1872AA;
}

#left ul li#active {
	background: #1872AA;
}