/*
© MetaforePartners LLP 2008
CSS related to navigation
Developed by Talespinner (www.talespinner.co.uk)
******************************************************************************************/


/*
Main (left-hand) navigation
******************************************************************************/

@media screen {
	
	#menuLeft {
		width: 115px; 
		float: left; 
		margin-right: 10px; 
		margin-left: 10px;
		}

	#navBottom {
		clear: both;
		padding-top: 6ex;
		color: #000080;
		font-size: 0.9em;
		margin-left: -5px;
		}
	
	#navBottom ul li {
		display: inline;
		}
	
	#navBottom a {
		color: #000080;
		text-decoration: none;
		border-bottom: none;
		}

	#navBottom a:hover {
		color: #9e2273;
		}

	}	


@media print {

	#menuBar,
	#navBottom {
		display: none;
		}

	}



/*
Links to & between partner bios
******************************************************************************/

#linkBioML,
#linkBioMdL,
#linkBioPM 
	{
	display: block;
	width: 75px;
	height: 100px;
	border: 1px solid white;
	float: right;
	}
	
#linkBioML {
	background: url(../images/bioMLDuo2008.jpg) 0 0 no-repeat;
	}

#linkBioMdL {
	background: url(../images/bioMdLDuo2008.jpg) 0 0 no-repeat;
	}

#linkBioPM {
	background: url(../images/bioPMDuo2008.jpg) 0 0 no-repeat;
	}

#linkBioML:hover, 
#linkBioMdL:hover, 
#linkBioPM:hover 
	{
	background-position: 0 -100px;
	border-color: #741952;
	}

#linkBioML span,
#linkBioMdL span,
#linkBioPM span
	{
  display: none;
	}
	
	
	
/*
Comprehensive (bottom) navigation
******************************************************************************/

#navBottom {
	color: #6496d3; 
	}

#navBotPrimary {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
	padding-bottom: 0;
	}

#navBottom a {
	margin-left: 0.00em;
	}

#navBotSecondary {
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-top: 0;
	}


