/*Navigation bar*/
header nav.navlst {
  position: fixed;
  top: 39px;
  height: 62px;
  z-index: 500000;
	background-color: #6c6c6c;
	background-image: linear-gradient(#7c7c7c 25%, #4b4b4b 100%);
	background-color: #4b4b4b;
	border-radius: 6px;
	border: 1px;
}
header div.navlst-content {
  width: 966px;
  margin-left: auto;
  margin-right: auto;
}
header div.navlst-product {
	float: left;
	padding-left: 18px;
	padding-top: 21px;
	padding-bottom: 21px;
	width: 236px;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	border-right: 1px solid #999999;
}
header div.navlst-left a,
header div.navlst-right a {
  float: left;
  text-decoration: none;
  width: 104px;
  color: #e6e6e6;
  padding-top:    10px;
  padding-bottom: 10px;
}
header div.navlst-left a {
	border-right: 1px solid #999999;
}
header div.navlst-right a {
  float: right;
  border-left: 1px solid #999999;
}
li#settings a {
  width: 106px;
  border-right: none;
}

header a span {
  font-size: 11px;
  vertical-align: top;
}
header a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #e20074;
  background-image: linear-gradient(#e20074 25%, #9a004d 100%);
}

li#manual a:visited {
	color: #e6e6e6;
}

.navlstImage {
	padding-bottom: 3px;
}

.pic_mn {
	float: left;
	margin-top: -6px;
	display: none;
}

li._active a,
li#manual_open a {
	color: #ffffff;
	background-color: #e20074;
	background-image: linear-gradient(#e20074 25%, #9a004d 100%);
}
li#manual_open a {
	cursor: auto;
}

#overview a:active{
	color: #ffffff;
}

li#login a,
li#logout a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

