
@font-face {
    font-family: 'din_trregular';
    src: url('../../fonts/dintr-webfont.eot');
    src: url('../../fonts/dintr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dintr-webfont.woff') format('woff'),
         url('../../fonts/dintr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din_trbold';
    src: url('../../fonts/dinboldtr-webfont.eot');
    src: url('../../fonts/dinboldtr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dinboldtr-webfont.woff') format('woff'),
         url('../../fonts/dinboldtr-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dinproblack';
    src: url('../../fonts/dinpro-black-webfont.eot');
    src: url('../../fonts/dinpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/dinpro-black-webfont.woff') format('woff'),
         url('../../fonts/dinpro-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#cssmenu
{
padding:0px;
margin:0 0 15px 0;
width:100%;
overflow:hidden;
}

/*#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'din_trregular';
  width:100%;
  color:#0198AB;
  background:#9F1137;

}*/

#cssmenu ul ul {
  background:#b91642;
  display: none;
	background-image:url(../../images/shadow-ul.png);
	background-position:top;
	background-repeat:repeat-x;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 13px 15px 13px 25px;
  cursor: pointer;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #7a0c29;
  box-shadow:0 1px #a02c4b;
  line-height:normal;
  background:url(arrow-menu.png) no-repeat center left;
}

#cssmenu > ul > li:last-child > a{
border-bottom:none;
box-shadow:none;	
}



/*#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
color:#fff;
border-bottom:1px solid #7a0c29;
box-shadow:0 1px #a02c4b ;


}*/

#cssmenu > ul > li.active > a
{
}


/*#cssmenu > ul > li.open > a {
  border-bottom: 1px solid #7a0c29;
  background:url(arrow-menu-down.png) no-repeat center left #9f1137 !important;
  color:#fff;
}*/

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
/*#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #9f143a;
  box-shadow:0 1px #ca1546 !important; 
  padding: 15px 13px 15px 13px;
  z-index: 1;
  text-decoration: none;
  font-size: 15px;
  color: #eeeeee;
  background:#B91642 !important;

  }*/
#cssmenu ul ul li a span
{
  background:url(square.jpg) no-repeat center left;	
  padding:0 0 0 13px;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  color: #ffffff;


}


#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}

	#cssmenu ul ul ul li a.active{

  background:#00669D;}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  box-shadow: inset 0 1px 0 #a02c4b;
}

#cssmenu > ul > li > ul > li:first-child > a,
#cssmenu > ul > li > ul > li.first > a {
  box-shadow:none;
}

#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  box-shadow: inset 0 1px 0 #a02c4b;
  }
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}
