#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}
#cssmenu {
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
  margin: 0;
  padding: 0;
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);

}
#cssmenu > ul {
  list-style: inside none;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > li {
  list-style: inside none;
  float: left;
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul li > ul {
  display: none;
  width: auto;
  position: absolute;
  top: 37px;
  border-radius: 0 0 0px 0px;
  //z-index: 10;
  padding: 0 0;
}
#cssmenu > ul > li > a {
	outline: none 1px;
	display: block;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 13px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	border-right: 1px solid #080808; 
	color: #ffffff; 
	padding: 12px 20px; 
}
#cssmenu > ul > li > a:hover {
  background: #080808;
  color: #ffffff;
}

#cssmenu > ul > li.has-sub:hover > a {
  border-color: #080808;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
}

#cssmenu > ul > li.last > a {
	border: 0px
}






#cssmenu ul ul li {
  display: block;
  list-style: inside none;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu ul ul li:hover > ul {
  left: 100%;
  top: 0px;
  border-radius: 0px;
}
#cssmenu ul ul li:hover > a{
  background: #080808;
}
#cssmenu ul ul li a { 
	outline: none medium; 
	display: block; position: relative; 
	color: #ffffff; 
	font-weight: 700;
	font-size: 13px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); 
	margin: 0; 
	padding: 12px 20px;
  background: #080808;
  background: -moz-linear-gradient(top, #333333 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
  background: -o-linear-gradient(top, #333333 0%, #222222 100%);
  background: -ms-linear-gradient(top, #333333 0%, #222222 100%);
  background: linear-gradient(top, #333333 0%, #222222 100%);
  border-top: 1px solid #080808;
  border-bottom: 1px solid #080808;
  border-left: 1px solid #080808;
  border-right: 1px solid #080808;
  border-radius: 5px 5px 5px 5px;
  }
#cssmenu ul ul li > a:hover {
  color: #ffffff;
  width: auto;
}
#cssmenu > ul ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 6px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff;
}
#cssmenu ul ul > li:last-child > a{
	border-radius: 5px 5px 5px 5px;
}


















#ContTopfixed {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;

}




.width80 {
  width: 81px;
}
.width80.has-sub:hover {
  width: 90px;
}
.width100 {
  width: 100px;
}
.width100.has-sub:hover {
  width: 110px;
}
.width150 {
  width: 150px;
}
.width150.has-sub:hover {
  width: 160px;
}
.width200 {
  width: 200px;
}
.width200.has-sub:hover {
  width: 210px;
}
.width250 {
  width: 250px;
}
.width250.has-sub:hover {
  width: 260px;
}


input[type=submit] {
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 13px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
  margin: 0;
  padding: 0px, 10px, 0px, 10px;
  cursor:pointer;
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}
input:hover[type=submit] {
  background: #080808;
}
.ButtonDark {
	text-align: center;
	vertical-align: center
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 13px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
  height: 37px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
  margin: 0;
  padding: 0px, 10px, 0px, 10px;
  cursor:pointer;
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}
.ButtonDark:hover {
  background: #080808;
}
.ButtonSmallDark {
	text-align: center;
	vertical-align: center
	text-decoration: none;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	font-weight: 700;
	font-size: 13px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
  height: 20px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
  margin: 0;
  padding: 0px, 10px, 0px, 10px;
  cursor:pointer;
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
}
.ButtonSmallDark:hover {
  background: #080808;
}

a.LinkDark {
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: center;
	text-decoration: none;
	text-rendering: auto;
	text-transform: none;
	text-indent: 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
	letter-spacing: normal;
    word-spacing: normal;
	font-weight: 700;
	font-size: 13px; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #ffffff; 
  height: 20px;
  display: block;
  border: 1px solid;
  border-radius: 5px;
  width: auto;
  border-color: #080808;
  margin: 0;
  padding: 0px, 10px, 0px, 10px;
  cursor:pointer;
  background: #3c3c3c;
  background: -moz-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(100%, #222222));
  background: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -o-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: -ms-linear-gradient(top, #3c3c3c 0%, #222222 100%);
  background: linear-gradient(top, #3c3c3c 0%, #222222 100%);
  
    
    appearance: button;


}
a.LinkDark:hover {
  background: #080808;
}