#nav {
	list-style-type:none;
	display:block;
	float:left;
	clear:left;
	width:826px;
	height:45px;
	margin-bottom:18px;
	font-size:130%;
}
	#nav li {
		display:block;
		float:left;
		background:#F9F9F6 url(../images/bg_li.png) no-repeat right top;
	}
		#nav li a {
			display:block;	
			border-bottom:3px solid #1984B1;
			font-weight:bold;
			color:#666;
			text-align:center;
			text-decoration:none;
			padding-top:10px;
			padding-bottom:10px;
		}
		#nav li a:hover,
		#nav li a.active {
			background-color:#FFF;
			padding-top:10px;
			padding-bottom:14px;
			color:#333;
		}
	#nav li.home {
		width:64px;
	}
		#nav li.home a {
			width:63px;
		}
	#nav li.patients {
		width:86px;
	}
		#nav li.patients a {
			width:85px;
		}
	#nav li.visitors {
		width:78px;
	}
		#nav li.visitors a {
			width:77px;
		}
	#nav li.gps {
		width:65px;
	}
		#nav li.gps a {
			width:64px;
		}
	#nav li.services {
		width:113px;
	}
		#nav li.services a {
			width:112px;
		}
	#nav li.research {
		width:88px;
	}
		#nav li.research a {
			width:87px;
		}
	#nav li.workwithus {
		width:118px;
	}
		#nav li.workwithus a {
			width:117px;
		}
	#nav li.mediacentre {
		width:118px;
	}
		#nav li.mediacentre a {
			width:117px;
		}
	#nav li.aboutus {
		width:96px;
		background-image:none;
	}
		#nav li.aboutus a {
			width:95px;
		}
