
	#contact #navigation li.mainzero a,
	#calendar #navigation li.mainone a,
	#training #navigation li.maintwo a,
	#services #navigation li.mainthree a,
	#about #navigation li.mainfour a,
	#home #navigation li.mainfive a
	{
	float: right;
	background-image: url(../images/navigation/wide-menu.png);
	background-repeat: no-repeat;
	background-position: 0 -60px;
	width: 103px;
	height: 29px;
	line-height: 28px;
	text-align: center;
	color: #513f19;
	font-size: 10px;
	text-underline: none;
	}
	
.navigation-items-on:hover, .navigation-items-on a, .navigation-items-on a:hover, .navigation-items-on a:active, .navigation-items-on a:link  {
	color: #513f19;
	font-size: 10px;
	text-underline:none;
	}
	
.navigation-items {
	float: right;
	background-image: url(../images/navigation/wide-menu.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 103px;
	height: 29px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 9px;
	}
	
.navigation-items:hover {
	background-image:url(../images/navigation/wide-menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 103px;
	height: 29px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 9px;
	text-underline: none;
	}
	
.navigation-items a, .navigation-items a:hover, .navigation-items a:active, .navigation-items a:link {
	color: #fff;
	font-size: 9px;
	text-underline: none;
	}
	
#navigation ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
#navigation li {
	float: right;
	background-image: url(../images/navigation/wide-menu.png);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 103px;
	height: 29px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 9px;
	}
