#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
	height: 40px;
	background-color: #3e3a34;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9D968A;
	width: 1040px;
	z-index: 9000;
	top: 94px;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
	color: #ffffff;
	display: inline-block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	line-height: 40px;
	padding: 0 25px;
	text-decoration: none;
	font-weight: normal;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {/*arrow*/
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #56524B; 
  margin-left: -7px;
}
#cssmenu > ul > li:first-child > a {/*ronding eerste button*/
  border-radius: 0px 0 0 0;
  -moz-border-radius: 0px 0 0 0;
  -webkit-border-radius: 0px 0 0 0;
}
#cssmenu > ul > li:last-child > a {/*ronding laatste button*/
  border-radius: 0 0px 0 0;
  -moz-border-radius: 0 0px 0 0;
  -webkit-border-radius: 0 0px 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 0px #000000; /*inner shadow active button*/
  -moz-box-shadow: inset 0 0 0px #000000;
  -webkit-box-shadow: inset 0 0 0px #000000;
  background: 1077cc;
  background: -moz-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #1880D6), color-stop(100%, #0064B7));
  background: -webkit-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: -o-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: -ms-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: linear-gradient(to bottom, #1880D6 30%, #0064B7 100%);
}
#cssmenu > ul > li:hover > a {
  box-shadow: inset 0 0 0px #000000;/*inner shadow hover button*/
  -moz-box-shadow: inset 0 0 0px #000000;
  -webkit-box-shadow: inset 0 0 0px #000000;
  background: 1077cc;
  background: -moz-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #1880D6), color-stop(100%, #0064B7));
  background: -webkit-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: -o-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: -ms-linear-gradient(top, #1880D6 30%, #0064B7 100%);
  background: linear-gradient(to bottom, #1880D6 30%, #0064B7 100%);
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 150px;
	top: 100%;
	left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
	background: #56524B;
	border-bottom: 1px dotted #000000;
	filter: none;
	font-size: 14px;
	display: block;
	line-height: 120%;
	padding: 10px;
	font-weight: normal;
}
#cssmenu .has-sub ul li:hover a {
  background: #3F3C35;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #4a3a26;
  border-bottom: 1px dotted #92897d;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #281f14;
}


/*---------------subnavi-------------------------------*/

#cssmenuSub {
	height: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1040px;
}
#cssmenuSub ul
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	height: 40px;
	background-color: #3e3a34;
}
#cssmenuSub li
{
	margin: 0;
	padding: 0;
}
#cssmenuSub li a
{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
}
#cssmenuSub li a:hover
{
	background-color: #504B43;
}
#cssmenuSub li.active a
{
	background-color: #504B43;
}


/*---------------subnavi hdri-------------------------------*/

#cssmenuSubHDRI {
	height: 36px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	width: 1040px;
	border-bottom: 1px solid #A6A29F;
	border-left-width: 1px;
	border-left-style: none;
	border-right-width: 1px;
	border-right-style: none;
	border-top-width: 1px;
	border-top-style: none;
}
#cssmenuSubHDRI ul
{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	position: relative;
	height: 36px;
}
#cssmenuSubHDRI li
{
	margin: 0;
	padding: 0;
}
#cssmenuSubHDRI li a
{
	display: block;
	float: left;
	text-decoration: none;
	line-height: 36px;
	padding-right: 25px;
	padding-left: 25px;
	margin-right: 15px;
	background-color: #A6A29F;
	border-radius: 15px 15px 0px 0px;
	color: #FFFFFF;
}
#cssmenuSubHDRI li a:hover
{
	background-color: #1880D6;
}
#cssmenuSubHDRI li.active a
{
	background-color: #1880D6;
}
