#container
	{
		margin: 0 auto 0 auto;
		width: 765px;
		position: relative;
		text-align: left;
		border:1px solid #000;
	}
	
	#second_nav
	{
	width: 192px;
	background-color:#FFFFFF;
	}
		#second_nav ul
		{
	margin: 0;
	width: auto;
	height: auto;
	float: left;
		
		}		
		#second_nav ul li
		{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	width:182px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
			}

		
		#second_nav ul li a
		{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	color: #02AA76;
	line-height: 18px;
	font-weight: bold;
		}
		
		#second_nav ul li a:hover
		{
	color: #333;
		}
		
#home #second-home a,
#standard #second-standard a,
#news #second-news a,
#casestudies #second-casestudies a,
#members #second-members a,
#contact #second-contact a,
#association #second-association a,
#index #second-index a
{
	color: white;
}
#home #second-home a:hover,
#standard #second-standard a:hover,
#news #second-news a:hover,
#members #second-members a:hover,
#casestudies #second-casestudies a:hover,
#contact #second-contact a:hover,
#association #second-association a:hover,
#index #second-index a:hover
{
	color: white;

}
#second a:active {
/*background-color: #C62274;*/
color: white;
}
.SecondLinks{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5mm;
	
	color: #000000;	
	}
.WhiteBack {
	background-color: #FFF;
}

