#breadcrumb{
	width:60%;
	float:left;
}

#subNavi{
	width:273px;
	overflow:hidden;
	margin:0 0 0 0;
	padding:0;
	float:right;
}
#subNavi li{
	height:28px;
	list-style:none;
	float:left;
}

#subNavi li.event{
	width:79px;
}

#subNavi li.download{
	width:97px;
}

#subNavi li.athlete{
	width:97px;
}

#subNavi li a{
	height:28px;
	display:block;
	text-indent: -9999px;
	border:none;
}

#subNavi li.event a{
	width:79px;
	background:url(/community/images_common/btn_event_up.gif) no-repeat;
}

#subNavi li.download a{
	width:97px;
	background:url(/community/images_common/btn_download_up.gif) no-repeat;
}

#subNavi li.athlete a{
	width:97px;
	background:url(/community/images_common/btn_athlete_up.gif) no-repeat;
}

#subNavi li.event a:hover{
	background:url(/community/images_common/btn_event_ov.gif) no-repeat;
}

#subNavi li.download a:hover{
	background:url(/community/images_common/btn_download_ov.gif) no-repeat;
}

#subNavi li.athlete a:hover{background:url(/community/images_common/btn_athlete_ov.gif) no-repeat;}

#subNavi li.event a.select{
	background:url(/community/images_common/btn_event_ov.gif) no-repeat;
}

#subNavi li.download a.select{
	background:url(/community/images_common/btn_download_ov.gif) no-repeat;
}

#subNavi li.athlete  a.select{
	background:url(/community/images_common/btn_athlete_ov.gif) no-repeat;
}

#fnav img{
	vertical-align:middle;
}




