/* menu_left_img */

.menu {
  background:none;
  margin-top:10px;
}

.menu .top {
  background:none;
  float:right;
  width:98%;
  height:20px;
  font-size:11px;
  color:#ccc;
  background-image:url(../images/menu/top.png);
  background-repeat:no-repeat;
}

.menu .content{
  height:auto;
  float:right;
  padding-bottom:8px;
  width:98%;
  background-image:url(../images/menu/content.png);
  background-repeat:repeat-y;
}

.menu .bottom {
  border:0px solid #fff;
  float:right;
  width:98%;
  height:20px;
  background-image:url(../images/menu/bottom.png);
  background-repeat:no-repeat;
  margin-bottom: 5px;
}

/* menu list */

.navi {
  list-style:none;
  margin:0;
  padding:0;
}

.navi li {
 margin-left:10px;
 width:100%;
}

.navi li a {
	display:block;
	width:90%;
	padding:1px;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	color:#ccc;
	border-bottom:1px solid #ccc;
}

.navi li a:hover {
 background:#ccc;
}

.navi .handle {
  font-size: 12px;
  font-weight: bold;
  padding-left: 4px;
  padding-right: 3px;
  margin-right: 2px;
}

.navi ul.second-level {
  padding: 0;
  margin-left:10px;
  list-style: none;
  width: 91%;
}

.navi ul.second-level li {
  margin: 0 10px 0 0;
  padding:0 0 0 10px;
}

.navi ul.second-level li a {
  border-bottom-width: 0px;
}