
      ul#subnav {
	padding:0 40px 0 40px;
	margin:0;
	list-style:none;
	display:block;
	width:900px;
	height:23px;
	background:url(images/bg_submenu.png) top left no-repeat;
	overflow:hidden;
}
ul#subnav li {
	float:left;
	padding:0;
	margin:0;
	margin-right:10px;
	display:block;
	background:url(images/subnav_off_left.png) top left no-repeat;
	height:23px;
}
ul#subnav li a {
	display:block;
	float:left;
	height:18px;
	padding:5px 10px 0 10px;
	color:#000000;
	text-decoration:none;
	background:url(images/subnav_off_right.png) top right no-repeat;
}
ul#subnav li.selected {
	background:url(images/subnav_on_left.png) top left no-repeat;
}
ul#subnav li.selected a {
	background:url(images/subnav_on_right.png) top right no-repeat;
}