
/*
	Subnav Flyouts background-repeat:no-repeat;
*/


ul#navigation_left {
	position:relative;
	width: 136px;
	height: 312px;
	margin: 0;
	padding: 0;
	background: url(../images/menu_left.jpg) 0 0 no-repeat;
	list-style: none;
	z-index: 1000;
}
#navigation_left li {
	position: relative;
	height: 26px;
	width: 136px;
	text-indent: -1234em;
	margin: 0;
	padding: 0;
}
#navigation_left li a {
	height: 100%;
	text-decoration: none;
	display: block;
}
#navigation_left li a:hover {
	background-image: url(../images/menu_left.jpg);
}

ul#navigation_left ul {
 	display: none;
	z-index:1000;
}
#container #left_col ul#navigation_left li.over ul,
#container #left_col ul#navigation_left li:hover ul {
	display: block;
	position: absolute;
	left: 130px;
	top: 5px;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 130px;
	text-indent: 0;
	list-style: none;
	border-top: 1px solid #7FBEE1;
}
#navigation_left ul li {
	text-indent: 0;
	position: static;
	height: auto;
	_height: 1px;
}
#navigation_left ul li a {
	padding: 5px 10px;
	color: #555555;
	border: 1px solid #7FBEE1;
	width: 108px;
	border-top-width: 0;
	font-size: 12px;
}
#navigation_left ul li a:hover {
	background: #7FBEE1;
	color: #FFFFFF;
}
#navigation_left ul li.heading a {
	font-weight: bold;
	font-size: 14px;
	background: #7FBEE1;
	font-style: normal;
}

#container {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 775px;
	background: #FFFFFF url(../images/content_bg.jpg) repeat-y;
}

#left_col {
	position: relative;
	margin: 0 auto;
	width: 136px;
	color: #FF0000;
	float: left;
	z-index:1000;
}
#left_col p{
	text-align:center;
}

li#newmem {
	top: 0px;
	height: 26px;
	width: 136px;
}
#newmem a:hover {
	background-position: 136px -26px;
}
li#locations {
	top: 0px;
	height: 26px;
	width: 136px;
}
#locations a:hover {
	background-position: 136px -52px;
}
li#schedules {
	top: 0px;
	height: 26px;
	width: 136px;
}
#schedules a:hover {
	background-position: 136px -78px;
}
li#training {
	top: 0px;
	height: 26px;
	width: 136px;
}
#training a:hover {
	background-position: 136px -104px;
}
