#topnavbts{
	height:27px;
	font-weight:normal;
	background-image: url(../images/generic/nav_background.gif);
	background-repeat:repeat
}
#topnavbts ul {
	list-style-type:none;
	font-weight: normal;
}
#topnavbts li {
display:inline;
float:left;
}
#topnavbts a {
	display:block;
	display:inline-block;
	height:27px;
	width:auto;
	background:url(../images/generic/nav_background.gif) no-repeat;
	text-align:center;
	line-height:22px;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Tahoma;
	padding-right: 6px;
	padding-left: 7px;
	font-size: 13px;
	font-weight: normal;
}
#topnavbts a:hover {
	display:block;
	display:inline-block;
	height:27px;
	width:auto;
	color: #FFFFFF;
	background-image: url(../css_images/1_nav_home.gif);
	text-align:center;
	line-height:22px;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Tahoma;
	padding-right: 6px;
	padding-left: 7px;
	font-size: 13px;
	font-weight: normal;
}
#topnavbts selected {
	color: #FFFFFF;
	background-image: url(../css_images/1_nav_home.gif);
	background-repeat: repeat;
	}
