@charset "utf-8";
/* CSS Document */

	#top-bp-menu {
	padding-top: 13px;
	position: relative;
	height: 23px;
	}
	
	#top-bp-nav {
	margin: 0;
	padding: 0;
	}
	#top-bp-nav li {
		list-style: none;
		height: 23px;
		float: left;
		position: relative;
		margin: 0;
		padding: 0;
	}
	#top-bp-nav li a {
		height: 23px;
		text-indent: -9000px;
		display: block;
	}
	#top-bp-nav .current a { background-position: 0 -23px; }
	
	/* buttons*/
	a#home, a#about, a#contact, a#location, #spacer, #Search_Title, #Search_Menu  {
		height: 23px;
	}
	
	#spacer {
	background-image: url(/images/framework/kfk_bp_tm_dot.gif);
	/*width: 60px;*/
	width: 85px;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
	a#home {
	background-image: url('/images/framework/kfk_bp_tm_home1.gif');
	width: 98px;
	margin-left: 55px;
	}
	a#about {
	background-image: url('/images/framework/kfk_bp_tm_about1.gif');
	width: 84px;
	/*margin-left: 40px;*/
	}
	a#contact {
		background-image: url('/images/framework/kfk_bp_tm_contact1.gif');
		width: 107px;
	}
	a#location {
		background-image: url('/images/framework/kfk_bp_tm_loc1.gif');
		width: 144px;
	}
	#Search_Title {
	background-image: url('/images/framework/kfk_bp_tm_search.gif');
	width: 75px;
	background-repeat: no-repeat;
	}
	#Search_Menu {

	}
	
	a#home:hover, a#about:hover, a#contact:hover, a#location:hover { background-position: 0 -23px; }
	
	.HPsearchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 90px;
		
	}
	#Search_align {
		padding-top: 2px;
	}

