﻿body{
	background:URL(images/repeat_bg.png) repeat; font-family:Arial, Helvetica, sans-serif; color:#b8b8b8; font-size:14px;
}

a.homerollover {display: block; width: 87px; height: 19px; background:  url(images/nav_home.png) no-repeat;} 
a.homerollover:hover {background-position: -87px 0; }

a.sessrollover {display: block; width: 100px; height: 19px; background:  url(images/nav_sessions.png) no-repeat;} 
a.sessrollover:hover {background-position: -100px 0;}

a.aboutrollover {display: block; width: 92px; height: 19px; background:  url(images/nav_about.png) no-repeat;} 
a.aboutrollover:hover {background-position: -92px 0;}

a.eventrollover {display: block; width: 95px; height: 19px; background:  url(images/nav_events.png) no-repeat;} 
a.eventrollover:hover {background-position: -95px 0;}

a.controllover {display: block; width: 99px; height: 19px; background:  url(images/nav_contact.png) no-repeat;} 
a.controllover:hover {background-position: -99px 0;}

a.testrollover {display: block; width: 127px; height: 19px; background:  url(images/nav_testimonials.png) no-repeat;} 
a.testrollover:hover {background-position: -127px 0;}

a.linkrollover {display: block; width: 97px; height: 19px; background:  url(images/nav_links.png) no-repeat;} 
a.linkrollover:hover {background-position: -97px 0;}


td.nav_home{ background: URL(images/nav_home_hover.png) no-repeat; width:87px; height:19px}

td.nav_sess{ background: URL(images/nav_sessions_hover.png) no-repeat; width:100px; height:19px}

td.nav_about{ background: URL(images/nav_about_hover.png) no-repeat; width:92px; height:19px}

td.nav_event{ background: URL(images/nav_events_hover.png) no-repeat; width:95px; height:19px}

td.nav_cont{ background: URL(images/nav_contact_hover.png) no-repeat; width:99px; height:19px} 

td.nav_test{ background: URL(images/nav_testimonials_hover.png) no-repeat; width:127px; height:19px}

td.nav_link{ background: URL(images/nav_links_hover.png) no-repeat; width:97px; height:19px}  

a.links{
	color:#fff; text-decoration:none; font-size:14px; line-height:26px
}  