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


 #top-tabs {
	width: 795px;
	height: 50px;
	padding: 0px;
	background-image: url(images/top_nav.gif);
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
  #top-tabs ul {
	padding: 0px;
	margin: 0px;
}
 
  #top-tabs li {
	padding: 0px;
	list-style: none;
	margin: 0px;
}
#top-tabs span {
	display: none;
	margin: 0px;
	padding: 0px;
}

#top-tabs a {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}


#tab1b {
	height: 50px;
	width: 70px;
	float: left;
	position: relative;
}
  #tab2b {
	height: 50px;
	width: 136px;
	float: left;
	position: relative;
}

  #tab3b {
	height: 50px;
	width: 153px;
	float: left;
	position: relative;
}
  #tab4b {
	height: 50px;
	width: 194px;
	position: relative;
	float: left;
}

  #tab5b {
	height: 50px;
	width: 167px;
	position: relative;
	float: left;
}

  #tab6b {
	height: 50px;
	width: 75px;
	position: relative;
	float: left;
}



#tab1b a {
	height: 50px;
	width: 70px;

}
#tab2b a {
	height: 50px;
	width: 136px;
}
#tab3b a {
	height: 50px;
	width: 153px;
}
#tab4b a {
	height: 50px;
	width: 194px;
}

#tab5b a {
	height: 50px;
	width: 167px;
}

#tab6b a {
	height: 50px;
	width: 75px;
}



#tab1b a:hover {
	background-color: transparent;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}
#tab2b a:hover {
	background-color: transparent;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -70px -50px;
}
#tab3b a:hover {
	background-color: transparent;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -206px -50px;
}
#tab4b a:hover {
	background-color: transparent;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -359px -50px;
}

#tab5b a:hover {
	background-color: transparent;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -553px -50px;
}

#tab6b a:hover {
	background-color: transparent;
	background-image: url(images/top_nav.gif);
	background-repeat: no-repeat;
	background-position: -720px -50px;
}
