﻿	#nav{

		list-style: none;

		margin: 0px;

		padding: 0px;

		height: 31px;

		/*padding-left: 20px; */
		
		position: relative;
			

	}

	

	#nav li{

		float: left;

		padding: 0 0 0 0;

		position: relative;

		height: 25px;

		z-index: 101;

	}

	

	#nav li a{

		display: block;

		margin: 0;
		margin-left: -4px;

		padding: 0;

		height: 25px;	

		text-align: left;

		text-decoration: none;		

		text-indent: -10000px;

	}



	#nav li a.home{
		background: url('../images/menu/btn_home.gif') 0 0 no-repeat;
		width: 49px;	
	}

	#nav li a.home:hover{
		background: url('../images/menu/btn_home-over.gif') 0 0 no-repeat;
	}
	
	#nav li a.schedule{
		background: url('../images/menu/btn_schedule.gif') 0 0 no-repeat;
		width: 104px;	
	}
	
	#nav li a.schedule:hover{
		background: url('../images/menu/btn_schedule-over.gif') 0 0 no-repeat;
	}
		
	#nav li a.teachers{
		background: url('../images/menu/btn_teachers.gif') 0 0 no-repeat;
		width: 100px;	
	}
	
	#nav li a.teachers:hover{
		background: url('../images/menu/btn_teachers-over.gif') 0 0 no-repeat;
	}
		
	#nav li a.gallery{
		background: url('../images/menu/btn_gallery.gif') 0 0 no-repeat;
		width: 100px;	
	}
	
	#nav li a.gallery:hover{
		background: url('../images/menu/btn_gallery-over.gif') 0 0 no-repeat;
	}
			
	#nav li a.descriptions{
		background: url('../images/menu/btn_descriptions.gif') 0 0 no-repeat;
		width: 125px;	
	}
	
	#nav li a.descriptions:hover{
		background: url('../images/menu/btn_descriptions-over.gif') 0 0 no-repeat;
	}
			
	#nav li a.links{
		background: url('../images/menu/btn_links.gif') 0 0 no-repeat;
		width: 95px;	
	}
	
	#nav li a.links:hover{
		background: url('../images/menu/btn_links-over.gif') 0 0 no-repeat;
	}
			
	#nav li a.FAQ{
		background: url('../images/menu/btn_FAQ.gif') 0 0 no-repeat;
		width: 38px;	
		padding-right: 0px;
	}
	
	#nav li a.FAQ:hover{
		background: url('../images/menu/btn_FAQ-over.gif') 0 0 no-repeat;
	}
	
	#nav li a.contact{
		background: url('../images/menu/btn_contact.gif') 0 0 no-repeat;
		width: 77px;	
		padding-right: 0px;
	}
	
	#nav li a.contact:hover{
		background: url('../images/menu/btn_contact-over.gif') 0 0 no-repeat;
	}


