* {padding:0;margin:0}
	
#container
	{
		margin: 0 auto 0 auto;
		width: 765px;
		position: relative;
		text-align: left;
		border:1px solid #000;
	}
	
	#top_nav
	{
	margin: auto;
	width: 813px;
	position: absolute;
	top: 293px;
	height: 24px;
	float: left;
	display: inline;
	left: -1px;
	}
		
		#top_nav ul
		{
		margin: 0;
		padding-bottom: 7px;
		padding-top: 0px;
		width: auto;
		
		}		
		#top_nav ul li
		{
		display: inline;
		margin: 0;
		right: 25px;
		}
		
		#top_nav ul li a
		{
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	line-height: 1em;
	font-weight: bold;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 0px;
	background-image: url(../Images/nav_back.jpg);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	height: 34px;
	padding-left: 15px;
	color: #FFFFFF;
		}
		
		#top_nav ul li a:hover
		{
		/*background-color: #C62274;*/
		background-image: url(../Images/nav_back_over.jpg);
		color: white;
		}
		
#home #nav-home a,
#standard #nav-standard a,
#news #nav-news a,
#news #nav-news a,
#members #nav-members a,
#contact #nav-contact a,
#association #nav-association a,
#index #nav-index a
{
	color: white;
	background-image: url(../Images/nav_back_over_home.jpg);
}
#home #nav-home a:hover,
#standard #nav-standard a:hover,
#news #nav-news a:hover,
#members #nav-members a:hover,
#news #nav-news a:hover,
#contact #nav-contact a:hover,
#association #nav-association a:hover,
#index #nav-index a:hover
{
	background-image: url(../Images/nav_back_over_home.jpg);
color: white;

}
#nav a:active {
/*background-color: #C62274;*/
color: white;
}
