.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width:112px;
	height:100%;
	overflow: hidden;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	
	position: relative;
	}
	
.jimgMenu ul li {
	width: 28px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 2000px;
}

.jimgMenu ul li#home a {
	background: url(images/homeBT.jpg) repeat scroll 0%; 
	background-position:top left;
}

.jimgMenu ul li#calendar a {
	background: url(images/calendarBT.jpg) repeat scroll 0%; 
	background-position:top left;
}

.jimgMenu ul li#news a {
	background: url(images/newsBT.jpg) repeat scroll 0%; 
	background-position:top left;
}

.jimgMenu ul li#media a {
	background: url(images/mediaBT.jpg) repeat scroll 0%; 
	background-position:top left;
	border-right-style: none;
}


.jimgMenu ul li#training a {
	background: url(images/trainingBT.jpg) repeat scroll 0%; 
	background-position:top left;
}

.jimgMenu ul li#tryouts a {
	background: url(images/tryoutsBT.jpg) repeat scroll 0%; 
	background-position:top left;
}

.jimgMenu ul li#store a {
	background: url(images/storeBT.jpg) repeat scroll 0%; 
	background-position:top left;
}

.jimgMenu ul li#contact a {
	background: url(images/contactBT.jpg) repeat scroll 0%; 
	background-position:top left;
	border-right-style: none;
}


.clear {
	clear: both;
}
