/* NAV EDIT */
#navEdit {
  position: relative;
}

#navEdit #navOuter {
  width: 822px;
  margin: 0px auto;
}
#navEdit #navOuter a {
  text-decoration: none;
}
#navEdit #nav {
  clear: right;
}
#navEdit #subnav {
  clear: both;
}
#navEdit #nav input,
#navEdit #subnav input {
  width: 100px;
  padding: 1px 2px;
}
#navEdit #nav select,
#navEdit #subnav select {
  width: 100px;
  display: block;
  margin-top: 5px;
}
#navEdit #subnav .subnavItems {
  position: absolute;
  left: -5px;
  top: -3px;
  width: 700px;
  overflow: visible;
  z-index: 2;
}
#navEdit #subnav .subnavItems.current {
  z-index: 3;
  font-weight: normal;
}

#navEdit #nav .navItems {
  margin: -3px 0px 0px -5px;
}
#navEdit #nav .current input,
#navEdit #subnav .current input {
  font-weight: bold;
}

#navEdit .editItem {
	float: left;
	padding: 5px;
	margin: 0px 20px 10px 0px;
	background: url('/neo/graphics/neo/panel/bg.jpg') repeat-x;
	margin-right: 20px;
	position: relative;
}
#navEdit .editItem .btn {
	width: 106px;
}
#navEdit .editItem.current {
	background: url('/neo/graphics/neo/panel/bg_reverse.jpg') repeat-x;
}

#navEdit .editItem .deleteNavItem {
    position: absolute;
    left: -5px;
    top: -5px;
    line-height: 10px;
}
#navEdit .editItem .moveNavItem {
    position: absolute;
    right: -5px;
    top: -5px;
    line-height: 10px;
}

