
#menu {
  	width: 		770px; 
	height: 	38px;
	background:	url(images/topmenu.png);
  	margin: 	10px auto; 
	padding: 	0px;
  	position: 	relative;
}

#menu li {
  	margin: 	0px; 
	padding: 	0px; 
	list-style:	none;
  	position: 	absolute; 
	top: 		0px;
}

#menu li, #menu a {
  	height: 	38px; 
	display:	block;
}

#panel1b {left: 0; 		width: 160px;}
#panel2b {left: 160px; 	width: 150px;}
#panel3b {left: 310px; 	width: 150px;}
#panel4b {left: 460px; 	width: 150px;}
#panel5b {left: 610px; 	width: 160px;}

#panel1b a:hover {background: transparent url(images/topmenu.png) 	0px 	-40px no-repeat;}
#panel2b a:hover {background: transparent url(images/topmenu.png) 	-160px 	-40px no-repeat;}
#panel3b a:hover {background: transparent url(images/topmenu.png) 	-310px 	-40px no-repeat;}
#panel4b a:hover {background: transparent url(images/topmenu.png)  	-460px 	-40px no-repeat;}
#panel5b a:hover {background: transparent url(images/topmenu.png)  	-610px 	-40px no-repeat;}

#panel1b a:active {background: transparent url(images/topmenu.png)  0px 	-80px no-repeat;}
#panel2b a:active {background: transparent url(images/topmenu.png)  -160px 	-80px no-repeat;}
#panel3b a:active {background: transparent url(images/topmenu.png)  -310px 	-80px no-repeat;}
#panel4b a:active {background: transparent url(images/topmenu.png)  -460px 	-80px no-repeat;}
#panel5b a:active {background: transparent url(images/topmenu.png)  -610px 	-80px no-repeat;}
