/* CSS Document */

	#nav {
		background-image: url("../img/home/nav_main.gif");
		width: 760px;
		height: 16px;
		background-repeat: no-repeat;
		position: relative;
		margin: 0px;
		padding: 0px;
		top: 65px;
	}

	#nav ul {
		width: 760px;
		height: 16px;
		left: 0px;
		margin: 0px;
		padding: 0px;
		
	}

	#nav li {
		top: 0px;
	}

	#nav li,  #nav a {
		height: 16px;
		display: block;
		margin: 0px; padding: 0px; list-style: none;
		position: absolute;
	}
	
	#main {
		background-image: url("../img/home/main.jpg");
		width: 760px;
		height: 288px;
		background-repeat: no-repeat;
		position:relative;
		margin: 0px;
		padding: 0px;
		left: 0px;
		
	}

	#main ul {
		width: 760px;
		height: 288px;
	}

	#main li {
		top: 0px;
		width: 760px;
		height: 288px;
	}

	#main li,  #main a {
	
		display: block;
		margin: 0px; padding: 0px; list-style: none;
		position: absolute;
	}
	#main #lnk_main a {
	text-align: left;
	position:relative;
	left: 0px;
	top: 0px;
	width: 760px;
	height: 288px;
	}
	
	
	/* fibrowellness link */
	#nav #fibrowellness{
	left: 219px;
	top: 0px;
	width: 166px;
	height: 16px;
	}
	
	#nav #fibrowellness a {
	width: 166px;
	height: 16px;
	}
	
	#nav #fibrowellness a:hover { background: transparent url("../img/home/nav_main.gif") no-repeat -219px -16px;
	
	}
		/* patients link */
	#nav #patients{
	left: 405px;
	top: 0px;
	width: 116px;
	height: 16px;
	}
	
	#nav #patients a {
	width: 116px;
	height: 16px;
	}
	
	#nav #patients a:hover { background: transparent url("../img/home/nav_main.gif") no-repeat -405px -16px;
	
	}

	/* science link */
	#nav #science{
	left: 17px;
	top: 0px;
	width: 180px;
	height: 16px;
	}
	
	#nav #science a {
	width: 180px;
	height: 16px;
	}
	
	#nav #science a:hover { background: transparent url("../img/home/nav_main.gif") no-repeat   -17px -16px;

	}

	
	
	
		/* ask link */
	#nav #ask {
	left: 547px;
	top: 0px;
	width: 95px;
	height: 16px;
	}
	
	#nav #ask a {
	width: 95px;
	height: 16px;
	}
	
	#nav #ask a:hover { background: transparent url("../img/home/nav_main.gif") no-repeat  -547px -16px;
	
	}
		/* contact link */
	#nav #contact{
	left: 666px;
	top: 0px;
	width: 68px;
	height: 16px;
	}
	
	#nav #contact a {
	width: 68px;
	height: 16px;
	}
	
	#nav #contact a:hover { background: transparent url("../img/home/nav_main.gif") no-repeat -666px -16px;
	
	}