﻿/*---------- Elite Fitness Navigation Styles----------*/

.ListCatNavDiv
{
	clear: both;
}
.ListCatNavDiv ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.ListCatNavDiv ul li
{
	margin: 0;
	padding: 0;
	width: 198px;
}
.ListCatNavDiv ul li a, .ListCatNavDiv ul li a:link, .ListCatNavDiv ul li a:active, .ListCatNavDiv ul li a:visited, .ListCatNavDiv ul li a:hover
{
	font: bold 19px/25px Arial, Sans-Serif;
	color: #656565;
	text-decoration: none;
	width: 198px;
	margin: 0;
	float: left;
	padding-left: 21px;
	text-transform: lowercase;
}
.ListCatNavDiv ul li a:hover
{
	color: #FFF;
	background: #C40D0D;
}
.NavigationSeparator
{
	width: 100%;
	clear: both;
	height: 12px;
	line-height: 12px;
	overflow: hidden;
}
.LeftNavEditDiv a
{
	position: relative;
	left: 18px;
}
.LeftNavEditDiv a img
{
	border: 0;
}
.RedButtonThick, .RedButtonThick:active, .RedButtonThick:link, .RedButtonThick:visited
{
	width: 163px;
	height: 79px;
	background: url("/Images/Elite/Buttons/red-button-thick.gif") no-repeat 0 0;
	color: #FFF;
	font: normal 22px/74px Arial, Sans-Serif;
	display: block;
	text-align: center;
	text-decoration: none;
}
.RedButtonThin, .RedButtonThin:active, .RedButtonThin:link, .RedButtonThin:visited
{
	width: 163px;
	height: 56px;
	background: url("/Images/Elite/Buttons/red-button-thin.gif") no-repeat 0 0;
	color: #FFF;
	font: normal 22px/52px Arial, Sans-Serif;
	display: block;
	text-align: center;
	text-decoration: none;
}
.RedButtonThick span, .RedButtonThin span
{
	position: relative;
	right: 2px;
}
.RedButtonThick:hover, .RedButtonThin:hover
{
	text-decoration: none;
	color: #FDD;
}
.EfitnessButton, .EfitnessButton:active, .EfitnessButton:link, .EfitnessButton:visited
{
	line-height: 24px;
}
.EfitnessButton span
{
	position: relative;
	top: 15px;
}
.RedButtonThick .Ffitness, .RedButtonThick .Smaller
{
	white-space: nowrap;
	display: block;
	line-height: 24px;
	font-size: 16px;
}

/*--------------- End Navigation Styles---------------*/