#logo{
  float: left;
	background: transparent url(../images/logo.png) no-repeat left top;
	width: 370px;
	height: 110px;
}
#logo_head{
	float: left;
  background: transparent url(../images/logo_head.png) no-repeat left top;
  width: 510px;
  height: 110px;
}
.topmenu_list {
  width:880px;
	float:left;
	font-weight:bold;
	height:50px;
	margin:0px;
	padding:0px;
}

.topmenu_list li {
	float:left;
	display:block;
	padding: 0px;
  margin: 0px;
	position: relative;
	height: 50px;
}

#tm_left_spacer{
	background: url(../images/menu0.png) no-repeat left top;
	width: 60px;
}

.topmenu_list li a {
	display: block;
	text-decoration: none;
	height: 50px;
}

#tm_homepage a {
	background: url(../images/menu1.png) no-repeat left top;
  width: 106px;
}

#tm_homepage a:hover {
  background: url(../images/menu1_.png) no-repeat left top;
}

#tm_spath a {
  background: url(../images/menu2.png) no-repeat left top;
  width: 151px;
}

#tm_spath a:hover {
  background: url(../images/menu2_.png) no-repeat left top;
}

#tm_cfriends a {
  background: url(../images/menu3.png) no-repeat left top;
  width: 159px;
}

#tm_cfriends a:hover {
  background: url(../images/menu3_.png) no-repeat left top;
}

#tm_browser a {
  background: url(../images/menu4.png) no-repeat left top;
  width: 90px;
}

#tm_browser a:hover {
  background: url(../images/menu4_.png) no-repeat left top;
}

#tm_suggest a {
  background: url(../images/menu5.png) no-repeat left top;
  width: 104px;
}

#tm_suggest a:hover {
  background: url(../images/menu5_.png) no-repeat left top;
}
#tm_search {
  position: relative;
  background: url(../images/search_back.png) no-repeat left top;
  width: 210px;
}

#tm_search_input{
	position: absolute;
  top: 11px;
  left: 11px;
  height: 15px;
  width: 105px;
}

#tm_search_input input{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 15px;
	width: 105px;
	border: solid #666666 1px;
}

#tm_search input.search_image_button{
  position: absolute;
  top: 0px;
  left: 124px;
  width: 85px;
  height: 50px;
	border: none;
}

#tm_search form{
  position: relative;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}
