/* CSS Document */

.nav li a {
position: relative;
}

.nav li a span {
position: absolute;
left: 0;
top: 0;
width: 170px;
height: 24px;
}

span.home {
background: url(images/home_hover.gif) no-repeat;
}

span.ltt {
background: url(images/ltt_hover.gif) no-repeat;
}

span.keith {
background: url(images/keith_hover.gif) no-repeat;
}

span.testimonials {
background: url(images/testimonials_hover.gif) no-repeat;
}

span.video {
background: url(images/video_hover.gif) no-repeat;
}

span.expert {
background: url(images/expert_hover.gif) no-repeat;
}

span.appearances {
background: url(images/appearances_hover.gif) no-repeat;
}

span.events {
background: url(images/events_hover.gif) no-repeat;
}

span.discussion {
background: url(images/discussion_hover.gif) no-repeat;
}

span.blog {
background: url(images/blog_hover.gif) no-repeat;
}

span.contact {
background: url(images/contact_hover.gif) no-repeat;
}

span.products {
background: url(images/products_hover.gif) no-repeat;
}

span.faq {
background: url(images/faq_hover.gif) no-repeat;
}

span.home_off {
background: url(images/home_off.gif) no-repeat;
}

span.ltt_off {
background: url(images/ltt_off.gif) no-repeat;
}

span.keith_off {
background: url(images/keith_off.gif) no-repeat;
}

span.testimonials_off {
background: url(images/testimonials_off.gif) no-repeat;
}

span.video_off {
background: url(images/video_off.gif) no-repeat;
}

span.expert_off {
background: url(images/expert_off.gif) no-repeat;
}

span.appearances_off {
background: url(images/appearances_off.gif) no-repeat;
}

span.events_off {
background: url(images/events_off.gif) no-repeat;
}

span.discussion_off {
background: url(images/discussion_off.gif) no-repeat;
}

span.blog_off {
background: url(images/blog_off.gif) no-repeat;
}

span.contact_off {
background: url(images/contact_off.gif) no-repeat;
}

span.products_off {
background: url(images/products_off.gif) no-repeat;
}

span.faq_off {
background: url(images/faq_off.gif) no-repeat;
}

li.active a span.home_off, a:hover span.home_off {
left: -999em;
}

li.active a span.ltt_off, a:hover span.ltt_off {
left: -999em;
}

li.active a span.keith_off, a:hover span.keith_off {
left: -999em;
}

li.active a span.testimonials_off, a:hover span.testimonials_off {
left: -999em;
}

li.active a span.video_off, a:hover span.video_off {
left: -999em;
}

li.active a span.appearances_off, a:hover span.appearances_off {
left: -999em;
}

li.active a span.events_off, a:hover span.events_off {
left: -999em;
}

li.active a span.discussion_off, a:hover span.discussion_off {
left: -999em;
}

li.active a span.blog_off, a:hover span.blog_off {
left: -999em;
}

li.active a span.products_off, a:hover span.products_off {
left: -999em;
}

li.active a span.contact_off, a:hover span.contact_off {
left: -999em;
}

li.active a span.faq_off, a:hover span.faq_off {
left: -999em;
}
li.active a span.expert_off, a:hover span.expert_off {
left: -999em;
}


#banner #subscribe {
	background-color: #CCCCCC;
	padding: 8px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	height: 185px;	
}