@charset "utf-8";
/* TOP NAVIGATION BAR PLAIN ///*/
ul#topnav { 
width:800px;
display:block;
list-style:none; 
margin: 0; 
padding: 0; 
position:relative;

}
 
ul#topnav li { 
display:inline; 

}

ul#topnav li a { 
height:79px; 
float:left; 
text-indent:-9999px; 
}

ul#topnav li#topnav-1 a { 
width:59px; 
height: 79px;
background:url(images/TFC_nav01.gif) no-repeat 0 0; /* X and Y position at 0 */
} 
 
ul#topnav li#topnav-1 a:hover { 
background:url(images/TFC_nav01.gif) no-repeat;
background-position: 0 -79px;

} 

ul#topnav li#topnav-2 a { 
width:102px; 
height: 79px;
background:url(images/TFC_nav02.gif) no-repeat 0px 0; 
} 

ul#topnav  li#topnav-2 a:hover { 
background:url(images/TFC_nav02.gif) no-repeat; 
background-position: 0 -79px;
} 
 
ul#topnav li#topnav-3 a { 
width:96px; 
height: 79px;
background:url(images/TFC_nav03.gif) no-repeat 0px 0;
} 
 
ul#topnav  li#topnav-3 a:hover { 
background:url(images/TFC_nav03.gif) no-repeat; 
background-position: 0 -79px;
} 
 
ul#topnav li#topnav-4 a { 
width: 94px; 
height: 79px;
background:url(images/TFC_nav04.gif) no-repeat 0px 0;
} 
 
ul#topnav  li#topnav-4 a:hover { 
background:url(images/TFC_nav04.gif) no-repeat; 
background-position: 0 -79px;
} 

ul#topnav li#topnav-5 a { 
width:98px; 
height: 79px;
background:url(images/TFC_nav05.gif) no-repeat 0px 0;
} 
 
ul#topnav  li#topnav-5 a:hover { 
background:url(images/TFC_nav05.gif) no-repeat; 
background-position: 0 -79px;
} 

ul#topnav li#topnav-6 a { 
width:230px; 
height: 79px;
background:url(images/TFC_nav06.gif) no-repeat 0px 0;
} 
 
ul#topnav  li#topnav-6 a:hover { 
background:url(images/TFC_nav06.gif) no-repeat;
background-position: 0 -79px;
} 



	
	





