#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;
		
		}		
		#second_nav ul li
		{
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin: 0px;
	width:187px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #999999;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #999999;
			}

		
		#second_nav ul li a
		{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5mm;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
		}
		
		#second_nav ul li a:hover
		{
	color: #FFFFFF;
		}
		
#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;
}
