#container
	{
		margin: 0 auto 0 auto;
		width: 765px;
		position: relative;
		text-align: left;
		border:1px solid #000;
	}
	
	#second_nav
	{
	width: 192px;
	background-color:#FFFFFF;
	margin-left: 0px;
	}
		#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:192px;
	background-color: #000;
	list-style-type: none;
	cursor: pointer;
	padding-left: 0px;
			}

		
		#second_nav ul li a
		{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	color: #FFFFFF;
	line-height: 15px;
	padding-left: 5px;
	text-indent: 0px;
		}
#second_nav   ul   li a:hover 
		{
	color: #FFF;
		}
		
#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;
}
#second_nav ul li:hover {
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin: 0px;
	width:210px;
	background-color: #333;
	list-style-type: none;
	cursor: pointer;
	padding-left: 0px;
	color: #000000;
}

