/* Navigation stylesheet for http://www.pod.eu.com */

/*--- functional links navigation ---*/

	#functional_nav {
		float: left;
		width: 795px;
		height: auto;
		margin: 0;
		padding: 10px 0 0 10px;
		list-style: none;
		background: white url(images/tab3.gif) repeat-x left bottom;
	}
	#functional_nav li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;	
	}
	
	#functional_nav a {
		float: left;
		display: block;
		margin: 0;
		padding: 4px 14px;
		color: #333;
		text-decoration: none;
		border: 1px solid #FCB924;
		/*border-bottom: none;*/
		background: #F9E9A9 url(images/tab2.jpg) repeat-x left top;
	}
	
	#functional_nav a:hover, 
	body#homepage #menu_home a,
	body.services #menu_services a,
	body.client_list #menu_clients a,
	body.case_studies #menu_case_studies a,
	body.our_team #menu_consultants a,
	body.partners #menu_partners a,
	body.downloads #menu_downloads a,
	body.dms #menu_dms a,
	body.contact_us #menu_contact a,
	body.programmes #menu_services a
	{
		color: #3F2E09;
		padding-bottom: 5px;
		border-color: #7E5D12;
		border-bottom: none;
		background-color: #FFFFFF;
		background-image: url(images/tab1.jpg);
		background-repeat: repeat-x;
		background-position: left top;		
	}

/*------------------------------------------------------------- 
  =Sidebar navigation
--------------------------------------------------------------*/

ul#sidebar_nav {
	padding: 1px 2px;
	width: 220px;
	border: 1px solid #BD8B1B;
}

#sidebar_nav li {
	padding: 0;
	background-image: none;
	display: inline;
}

#sidebar_nav a {
	padding: 1em 10px 1em 20px;
	margin: 1px 0;
	border: 1px solid #FDCB5B;
	display: block;
	text-decoration: none;
}

#sidebar_nav li a:hover {
	background-color: #FEDD92;
	color: #3F2E09;
}

#sidebar_nav li a.selected_item {
	text-decoration: none;
	background-color: #FCB924;
	color: #3F2E09;
	font-weight: bold;
}

/*------------------------------------------------------------- 
  =Learning Laboratory button
--------------------------------------------------------------*/

#learning_lab p {
	position: relative;
	float: left; 
	width: 210px;
	height: 80px;
	margin: 0; 
	padding: 0;
	display: block;
	background: none;
}

#learning_lab a {
	padding: 80px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:80px; /* for IE5/Win */
	width: 210px;
	background: url(images/learning_lab3.jpg) no-repeat left top;
	display: block;
	margin: 0 0 0 30px;
}

#learning_lab a:hover {
	background-position: 0 -80px;
}

#learning_lab a.welcome {
	background-position: 0 -160px;
}

/*------------------------------------------------------------- 
  =Feelgood15 button
--------------------------------------------------------------*/

#feelgood15 p {
	position: relative;
	float: left; 
	width: 200px;
	height: 80px;
	margin: 0; 
	padding: 0;
	display: block;
	background: none;
}

#feelgood15 a {
	padding: 80px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:80px; /* for IE5/Win */
	width: 200px;
	background: url(images/feelgood15.jpg) no-repeat left top;
	display: block;
	margin: 0 0 0 10px;
}

* html #feelgood15 a {
	margin-left: 0;
}

#feelgood15 a:hover {
	background-position: 0 -80px;
}

#feelgood15 a.welcome {
	background-position: 0 -160px;
}	

