#menu {
	z-index: 1000;
  width: 960px;
  position: absolute;
  border: 0px;
  left: 0px;
  top: 118px;
  height: 44px;
  line-height: 1.3em;
  text-align: left;
  font-weight: bold;
  font-size: 0.8em;
}

div.outer {
  margin: 0;
  padding: 0;
  margin-top: 5px;
	background: url("../images/menu.gif") no-repeat 0px -39px;
  float: left;
  width: 137px;
  height: 39px;
  text-align: center;
}

div.outer a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu.gif") no-repeat left top;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

div.outer .radku1 {
  padding: 13px 0px 0px 0px;
  margin: 0px;
  display: block;
}

div.outer .radku2 {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  display: block;
}

div.outer a:hover {
	background-image: none;
  color: #fff;
  text-decoration: none;
}
div.outer a:active {
	color: #fff;
}

div.outer a.selected {
	background-image: none;
  color: #fff;
}



div.outer2 {
  margin: 0;
  padding: 0;
	background: url("../images/menu.gif") no-repeat 0px -39px;
  float: left;
  width: 137px;
  height: 39px;
  text-align: center;
}

div.outer2 a {
  padding: 0px;
  margin: 0px;
	display: block;
  background: url("../images/menu.gif") no-repeat left top;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
}

div.outer2 .radku1 {
  padding: 13px 0px 0px 0px;
  margin: 0px;
  display: block;
}

div.outer2 .radku2 {
  padding: 5px 0px 0px 0px;
  margin: 0px;
  display: block;
}

div.outer2 a:hover {
	background-image: none;
  color: #fff;
  text-decoration: none;
}
div.outer2 a:active {
	color: #fff;
}

div.outer2 a.selected {
	background-image: none;
  color: #fff;
}

