@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------- */

ol.diciplines li
{
	float: left;
	width: 110px;
	margin: 0 0 0 24px;
	
}

ol.diciplines li a:hover 
{
	border-bottom: none;
}

ol.diciplines span
{
	display: block;
}

ol.diciplines span.title
{
	height: 110px;
	text-indent: -9999px;
}

ol.diciplines a.swim_button span.title
{
	background-image: url(../img/swim_button_blue_small.gif);
	background-repeat: no-repeat;
}

ol.diciplines a.swim_button:hover span.title
{
	background-image: url(../img/swim_button_blue_hover_small.gif);
	background-repeat: no-repeat;
}

ol.diciplines a.bike_button span.title
{
	background-image: url(../img/bike_button_green_small.gif);
	background-repeat: no-repeat;
}

ol.diciplines a.bike_button:hover span.title
{
	background-image: url(../img/bike_button_green_hover_small.gif);
	background-repeat: no-repeat;
}

ol.diciplines a.run_button span.title
{
	background-image: url(../img/run_button_gold_small.gif);
	background-repeat: no-repeat;
}

ol.diciplines a.run_button:hover span.title
{
	background-image: url(../img/run_button_gold_hover_small.gif);
	background-repeat: no-repeat;
}

/* ------------------------------------------------------------------- */
