/***************************************/
/* =Garmin Tab:
 *----------------------------------------------------------------------------*/
#garminTab {
	margin: 0;
	padding: 0;
	font: bold 12px Arial;
	list-style: none;
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 0;
	z-index:3;
	text-align:left;
}

#garminTab a,
#garminTab a:link,
#garminTab a:visited,
#garminTab a:hover,
#garminTab a:active {
	color: #fff;
	text-decoration: none;
}

.garminTabMain {
	position: relative;
	height: 19px;
	width:100px;
	top: 0;
	left: 30px;
	background: url("images/garminTabMain.gif") no-repeat left bottom;
	text-align: center;
}

.garminTabMain a {
	display:block;
	width:100px;
	margin-bottom:5px;
	padding:2px 0 0 0;
	line-height: 12px;
	background:#000;
	cursor: pointer;
}

#garminTab div.garminTabLinks {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 23px;
	color: #fff;
	background: #000;
	text-align: left;
	overflow: hidden;
}

#garminTab div.garminTabLinks ul {
	position: relative;
	top: 2px;
	left: 120px;
}

#garminTab div.garminTabLinks li {
	display: inline;
	margin-left: 2em;
	text-align: right;
	line-height: 153.9%;
}



