#container
	{
		margin: 0 auto 0 auto;
		width: 765px;
		position: relative;
		text-align: left;
		border:1px solid #000;
	}
	
	#top_nav
	{
	width: 192px;
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 2.5px;

	}
		
		#top_nav ul
		{
	margin: 0;
	width: auto;
	height: auto;
	list-style-type: none;
	float: left;
		
		}		
		#top_nav ul li
		{
	margin: 0px;
	width:187px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 0px;
	background-color: #FFF;
	float: left;
			}
		
		#top_nav ul li a
		{
	line-height: 25px;
		}
		
		#top_nav ul li a:hover
		{
	/*background-color: #C62274;*/
	color: #ff8927;
		}
		
#home #topnav-home a,
#standard #topnav-standard a,
#news #topnav-news a,
#casestudies #topnav-casestudies a,
#members #topnav-members a,
#contact #topnav-contact a,
#association #topnav-association a,
#index #topnav-index a
{
	color: white;
	background-image: url(../Images/nav_back_on.jpg);
}
#home #topnav-home a:hover,
#standard #topnav-standard a:hover,
#news #topnav-news a:hover,
#members #topnav-members a:hover,
#casestudies #topnav-casestudies a:hover,
#contact #topnav-contact a:hover,
#association #topnav-association a:hover,
#index #topnav-index a:hover
{
	background-image: url(../Images/nav_back_on.jpg);
color: white;

}
#topnav a:active {
/*background-color: #C62274;*/
color: white;
}
.Indent {
	background-image: url(../images/nav_back.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right: 5px;
	margin-left: 5px;
}
.MainCatLink {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size:3mm;
}
