/*General Navigation Styles */

#navigation ul{
	margin-top:0px;
	padding-top:0px;
}
#navigation li{
	float: left;
	color: #FFFFFF;
	list-style-type: none;
	font-family: tahoma,arial;
	font-weight: bold;
	font-size: 12px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	
}



#navigation{
	width:718px;
	height:35px;
	top:-38px;
	right:0px;
	position:absolute;
}	

/* Products */
				
.products,
.products_selected{
	background-image:url('../../images/global/nav_left_curve_lined.jpg');	
	width:110px;
}

.products div{
	background-image:url('../../images/global/nav_right_curve_lined.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	
}

.products a{
	color:#c41232;
	text-decoration:none;
}

.products a:hover{
	color:#FFFFFF;
}

.products_selected{
	background-image:url('../../images/global/nav_left_curve_selected.jpg');	
	color:#FFFFFF;
}
.products_selected div{
	background-image:url('../../images/global/nav_right_curve_selected.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.products_selected a{
	color:#FFFFFF;
	text-decoration:none;
}


/* Athletes */

 .athletes,
 .athletes_selected{
	background-image:url('../../images/global/nav_left_curve_lined.jpg');	
	width:96px;
}

.athletes div{
	background-image:url('../../images/global/nav_right_curve_lined.jpg');	
	background-position: right;
	background-repeat: no-repeat;

}
.athletes a{
	color:#c41232;
	text-decoration:none;
}

.athletes a:hover{
	color:#FFFFFF;
}

.athletes_selected{
	background-image:url('../../images/global/nav_left_curve_selected.jpg');	
	color:#FFFFFF;
}
.athletes_selected div{
	background-image:url('../../images/global/nav_right_curve_selected.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.athletes_selected a{
	color:#FFFFFF;
	text-decoration:none;
}


/* about */

.about,
.about_selected{
	background-image:url('../../images/global/nav_left_curve.jpg');	
	width:90px;
}
.about div{
	
	background-image:url('../../images/global/nav_right_curve.jpg');	
	background-position: right;
	background-repeat: no-repeat;

}

.about a{
	color:#c41232;
	text-decoration:none;
}
.about a:hover{
	color:#FFFFFF;
}

.about_selected{
	background-image:url('../../images/global/nav_left_curve_selected.jpg');	
	color:#FFFFFF;
}
.about_selected div{
	background-image:url('../../images/global/nav_right_curve_selected.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.about_selected a{
	color:#FFFFFF;
	text-decoration:none;
}

/* news */

.news,
.news_selected{
	background-image:url('../../images/global/nav_left_curve.jpg');	
	width:129px;
}

.news div{
	background-image:url('../../images/global/nav_right_curve.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	
}
.news a{
	color:#c41232;
	text-decoration:none;
}
.news a:hover{
	color:#FFFFFF;
}


.news_selected{
	background-image:url('../../images/global/nav_left_curve_selected.jpg');	
	color:#FFFFFF;
}
.news_selected div{
	background-image:url('../../images/global/nav_right_curve_selected.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.news_selected a{
	color:#FFFFFF;
	text-decoration:none;
}


/* Events */
.events,
.events_selected{
	background-image:url('../../images/global/nav_left_curve.jpg');	
	width:86px;
}
.events div{
	background-image:url('../../images/global/nav_right_curve.jpg');	
	background-position: right;
	background-repeat: no-repeat;
}

.events a{
	color:#c41232;
	text-decoration:none;
}
.events a:hover{
	color:#FFFFFF;
}



.events_selected{
	background-image:url('../../images/global/nav_left_curve_selected.jpg');	
	color:#FFFFFF;
}
.events_selected div{
	background-image:url('../../images/global/nav_right_curve_selected.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.events_selected a{
	color:#FFFFFF;
	text-decoration:none;
}

/* charities */
.charities,
.charities_selected{
	background-image:url('../../images/global/nav_left_curve_charity.jpg');	
	width:107px;
	
}
.charities div{
	background-image:url('../../images/global/nav_right_curve.jpg');	
	background-position: right;
	background-repeat: no-repeat;
} 

.charities a{
	color:#c41232;
	text-decoration:none;
}
.charities a:hover{
	color:#FFFFFF;
}

.charities_selected{
	background-image:url('../../images/global/nav_left_curve_selected.jpg');	
	color:#FFFFFF;
}
.charities_selected div{
	background-image:url('../../images/global/nav_right_curve_selected.jpg');	
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;
}
.charities_selected a{
	color:#FFFFFF;
	text-decoration:none;
}