.Brochure {
	background-image: url(../images/brochure.png);
	float: left;
	height: 381px;
	width: 166px;
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 15px;
	cursor: pointer;
}
	
	#left_nav
	{
	width: 187px;
	margin-top: 0px;
	padding-top: 5px;
	margin-left: 0px;
	padding-left: 5px;
	float: left;
	}
		
		#left_nav ul
		{
	width: 185px;
	padding-top: 0px;
	padding-bottom: 5px;
		}		
		#left_nav ul li
		{
	margin: 0px;
	list-style-type: none;
	width: 185px;
	padding-top: 3px;
	padding-right: 0px;
	cursor: pointer;
	padding-bottom: 3px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
			}
#left_nav ul li:hover {
	margin: 0px;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	color: #000000;
	padding-left: 0px;
}
		
		#left_nav ul li a
		{
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2mm;
	color: #00ADAE;
	line-height: 20px;
		}
		
		#left_nav ul li a:hover
		{
	color: #666666;
		}

		

#standard #nav-standard a,
#news #nav-news a,
#casestudies #nav-casestudies a,
#members #nav-members a,
#contact #nav-contact a,
#association #nav-association a,
#index #nav-index a
{
	color: white;
}

#standard #nav-standard a:hover,
#news #nav-news a:hover,
#members #nav-members a:hover,
#casestudies #nav-casestudies a:hover,
#contact #nav-contact a:hover,
#association #nav-association a:hover,
#index #nav-index a:hover
{
	color: white;

}
#nav a:active {
/*background-color: #C62274;*/
color: white;
}
.Indent {
	background-image: url(../images/nav_back2.jpg);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-right: 5px;
	margin-left: 5px;
}

