@charset "UTF-8";
/* CSS Document */

/* NAVIGATION
-----------------------------------------------------------------------------*/

#upper-nav {
	background: url(../images/navbar.png) no-repeat;
	display:block;
	height: 24px;
	left: 174px;
	margin:0 auto;
	position: absolute;
	top: 85px;
	list-style-type: none;
	width: 586px;
}

#upper-nav a:hover {background: transparent url(../images/navbar_f2.png) no-repeat;}

#upper-nav li, #lower-nav li {float:left; display:inline;}

#upper-nav li a, #lower-nav li a {
text-indent:-9999px;}

#upper-nav li, #upper-nav a {height: 24px; display: block;}

#t-Home {width: 49px;}
#t-FAQ {width: 41px;} #t-FAQ a:hover, body#faq	 li#t-FAQ a {background-position: -49px 0}
#t-Company_Bio {width: 100px;} #t-Company_Bio a:hover, body#company_bio li#t-Company_Bio a {background-position: -90px 0}
#t-Services {width: 67px;} #t-Services a:hover, body#services li#t-Services a {background-position: -190px 0}
#t-Contact_Us {width: 86px;} #t-Contact_Us a:hover, body#contact_us li#t-Contact_Us a {background-position: -257px 0}
#t-Testimonials {width: 75px;} #t-Testimonials a:hover, body#testimonials li#t-Testimonials a {background-position: -343px 0}
#t-Worksheet {width: 85px;} #t-Worksheet a:hover, body#worksheet li#t-Worksheet a {background-position: -418px 0}
#t-Backend {width: 83px;} #t-Backend a:hover, body#backend li#t-Backend a {background-position: -503px 0}

body#Home li#t-Home a, 
body#faq li#t-FAQ a, 
body#company_bio li#t-Company_Bio a, 
body#services li#t-Services a, 
body#contact_us li#t-Contact_Us a, 
body#testimonials li#t-Testimonials a, 
body#backend li#t-Backend a, 
body#worksheet li#t-Worksheet a {
	background-image: url(../images/navbar_f2.png);
}


 
