/* Nav Stuff */
#nav {
	display: block;
	float: left;
	overflow:hidden;
	padding: 0px; 
	margin 0px;
	margin-left:0px; /* IE Mac Requires this redundancy*/
	border: 0px solid white;
	width: 979px;
	height: 28px;
	background:#21184e;
	}

#nav ul {display: block; 
	margin:0px; 
	padding:0px; 
	}

#nav li   {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 28px;
	border: 0px solid blue;
    }

#nav a {
    display: block; 
	float: left;
	padding: 0;
	margin: 0;
	height: 28px;
	border: 0px solid red;
	color: #999999;
	font-size: 0px;
   } 
          
a.home { background: transparent url(home_yellow.jpg) no-repeat top center;
	width:83px;	}  

a.homeopathy { background: transparent url(homeopathy_yellow.jpg) no-repeat top center;
	width:154px;}  

a.biofeedback { background: transparent url(biofeedback_yellow.jpg) no-repeat top center;
	width:154px;}  

a.store { background: transparent url(store_yellow.jpg) no-repeat top center;
	width:87px;}  

a.ntcbnews { background: transparent url(ntcb_news_yellow.jpg) no-repeat top center;
	width:140px;}  

a.aboutus { background: transparent url(aboutus_yellow.jpg) no-repeat top center;
	width:118px;} 	

a.resources { background: transparent url(resources_yellow.jpg) no-repeat top center;
	width:137px;} 
	
a.contact { background: transparent url(contact_yellow.jpg) no-repeat top center;
	width:106px;} 	

li.home { background: transparent url(home_yellow.jpg) no-repeat bottom center;
	width:83px;}  

li.homeopathy { background: transparent url(homeopathy_yellow.jpg) no-repeat bottom center;
	width:154px;}  

li.biofeedback { background: transparent url(biofeedback_yellow.jpg) no-repeat bottom center;
	width:154px;}  

li.store { background: transparent url(store_yellow.jpg) no-repeat bottom center;
	width:87px;}  

li.ntcbnews { background: transparent url(ntcb_news_yellow.jpg) no-repeat bottom center;
	width:140px;}  

li.aboutus { background: transparent url(aboutus_yellow.jpg) no-repeat bottom center;
	width:118px;} 
	
li.resources { background: transparent url(resources_yellow.jpg) no-repeat bottom center;
	width:137px;}  

li.contact { background: transparent url(contact_yellow.jpg) no-repeat bottom center;
	width:106px;} 
	
#nav a:hover, #nav a.active {background-image: none; text-decoration: none;}