.clear {clear: both}
#coaching * {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	}
	
#coaching {
	display: block;
	width: 710px;
	background: url(../images/coaching.png) top left repeat-x;
	}
	
	#coaching ul.sf-menu {
		margin: 34px 0 0 15px;
		}
	#coaching ul li#coachingDrills,
	#coaching ul li#tactics,
	#coaching ul li#coachingTips {
		display: block;
		width: 225px;
		height: 43px;
		background:  url(../images/level1.png) top left no-repeat;
		}
		#coaching ul li#coachingDrills {
			background:  url(../images/menu_coachingDrills.png) top left no-repeat;
			margin: 0 10px 0 0;
			}
		#coaching ul li#tactics {
			background:  url(../images/menu_tactics.png) top left no-repeat;
			margin: 0 10px 0 0;
			}
		#coaching ul li#coachingTips {
			background:  url(../images/menu_coachingTips.png) top left no-repeat;
			}
			
		#coaching ul li#coachingDrills.sfHover {
			background:  url(../images/menu_coachingDrills_hover.png) top left no-repeat;
			}
		#coaching ul li#tactics.sfHover {
			background:  url(../images/menu_tactics_hover.png) top left no-repeat;
			}
		#coaching ul li#coachingTips.sfHover {
			background:  url(../images/menu_coachingTips_hover.png) top left no-repeat;
			}
			
		#coaching ul li#coachingDrills span,
		#coaching ul li#tactics span,
		#coaching ul li#coachingTips span {
			display: none;
			}
		
		#coaching ul li a {
			width: 213px;
			height: 38px;
			text-align: center;
			margin: 5px 0 0 5px;
			font-size: 15px;
			color: #FFF;
			background: none;
			}
			#coaching ul li a:hover {
				background: none;
				}
				
	/* strange margin issue */
	#coaching ul li#tactics ul.level2 {left: 3px;}
	
	#coaching ul.level2 {
		width: 225px;
		top: 41px;
		padding: 0 0 15px 0;
		background:  url(../images/level2.png) bottom left no-repeat;
		z-index: 80000;
		
		display: none;
		}
		#coaching ul.level2 li {
			position: relative;
			display: block;
			width: 200px;
			}
			#coaching ul.level2 li.hasChild {
				background:  url(../images/hasChild.png) center right no-repeat;
				}
		#coaching ul.level2 li a {
			font-size: 10px;
			text-align: left;
			display: block;
			height: auto;
			padding: 5px 15px;
			width: 183px;
			}
			
		#coaching .level3wrapper {
			position: absolute;
			left: 217px;
			top: 10px;

			background:  url(../images/level3_top.png) top right no-repeat;
			padding: 11px 0 10px 0;

			width: 225px;
			z-index: 1000;
			
			display: none;
			}
			#coaching ul.level3 {
				position: relative;
				top: 0;
				left: 0;
				width: auto;
				
				background:  url(../images/level3_bottom.png) bottom right no-repeat;
				padding: 0 0 11px 0;
				
				display: block;
				float: left;
				
				
				}
			
			#coaching ul.level3 li {
				display: block;
				float: left;
				}
		
		
	#coaching .content {
		font-family: Arial, Helvetica, sans-serif;
		width: 395px;
		float: left;
		padding: 0 0 0 5px;
		font-size: 11px;
		margin: 0 0 20px 0;
		}
		
		#coaching .content #cms-content {
			font-size: 11px;
			line-height: 18px;
			}
			#coaching .content #cms-content ul li {
				list-style-position: inside;
				list-style-type: disc;
				}
			#coaching .content #cms-content ol li {
				list-style-position: inside;
				}
			#coaching .content h1 {
				font-size: 18px;
				margin: 15px 0 0 0;
				}				
			#coaching .content h2 {
				font-size: 16px;
				margin: 15px 0;
				}
			#coaching .content h3 {
				font-size: 14px;
				padding: 5px 0;
				}
		
	#coaching .sidebar {
		width: 300px;
		float: right;
		text-align: right;
		}
		#coaching .sidebar .widget {
			margin: 15px 0;
			font-size: 11px;
			}
			#coaching .sidebar .widget .widgetHeader {
				background: url(../images/widgetHeader.png) top left repeat-x;
				display: block;
				padding: 10px;
				}
				#coaching .sidebar .widget .widgetHeader h2 {
					color: #FFF;
					font-size: 12px;
					font-weight: bold;
					}
			#coaching .sidebar .widget .widgetBody {
				padding: 10px;
				border-right: 1px solid #a9a9a9;
				border-bottom: 1px solid #a9a9a9;
				border-left: 1px solid #a9a9a9;
				font-size: 12px;
				}
				#coaching .sidebar .widget .widgetBody h3 {
					font-size: 12px;
					line-height: 15px;
					}
				
				#coaching .sidebar .widget .widgetBody h4 {
					line-height: 18px;
					}
				#coaching .sidebar .widget .widgetBody p {
					font-size: 11px;
					line-height: 15px;
					}
					#coaching .sidebar .widget .widgetBody p.readMore {
						padding: 5px 0 0 0;
						}
					#coaching .sidebar .widget .widgetBody p.readMore a {
					}
					
#coaching .content #keyPoints {
	border: 1px solid #a9a9a9;
	}
	#coaching .content #keyPoints h3 {
		background: url(../images/widgetHeader.png) top left repeat-x;
		display: block;
		padding: 10px;
		}
	#coaching .content #keyPoints p {
		font-size: 11px;
		line-height: 18px;
		padding: 10px;
		}
