#cssmenu3 {
	/* background: #ffffff;*/
	/*margin: 0 auto;*/
	/*max-width: 840px; */
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Fira Sans', sans-serif;  
}
#cssmenu3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
#cssmenu3 ul:after,
#cssmenu3:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu3 ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu3 ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu3 ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
}
#cssmenu3 ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
  


  
}
#cssmenu3 ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu3.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu3 ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #ffffff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu3.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #ffffff;
}
#cssmenu3 ul li ul li a {
	font-family: 'Open Sans', sans-serif; 
	font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #000000;
    letter-spacing: 0;
    display: block;
    width: 250px;
    padding: 12px 12px 12px 12px;
    background-color: #ffffff;  
	border-top:1px solid #E3E3E3
}
#cssmenu3 ul li ul li:hover > a,
#cssmenu3 ul li ul li.active > a {
  color: #8f0000;
    background-color: #e1e1e1;  
  
  
}
#cssmenu3 ul li ul li:hover:after,
#cssmenu3 ul li ul li.active:after {
  background: #87010c;
}
#cssmenu3 ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu3 ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu3 > ul > li {
  float: right; 
}
#cssmenu3.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu3.align-center > ul {
  text-align: center;
}
#cssmenu3.align-center ul ul {
  text-align: right;
}
#cssmenu3.align-right > ul {
  float: right;
}
#cssmenu3.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu3.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu3.align-right ul ul li a {
  text-align: right;
}

/* FIRST ITEM 
#cssmenu3 > ul > li:nth-child(1)::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	background: transparent;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}*/

#cssmenu3 > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	  /*background: #ffffff;*/
/*roll-over highlight and active link*/
	/*border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;*/
	
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-ms-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}



#cssmenu3 > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu3 > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #ffffff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu3 > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #87010c;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}


/* FIRST ITEM 
#cssmenu3 > ul > li:first-of-type > a {
	color: #fff;  
	padding: 11px 25px 11px 0px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	z-index: 2;
	position: relative;
	line-height:17px;
}*/


#cssmenu3 > ul > li > a {
	color: #521a33; /* Color of text link */
	padding: 8px 20px;
	font-weight: 900;
	letter-spacing: 1px;
	/*text-transform: uppercase;*/
	font-size: 17pt;
	z-index: 2;
	position: relative;
	line-height:13px;
}

#cssmenu3 > ul > li:hover:after,
#cssmenu3 > ul > li.active:after {
  height: 100%;
}
#cssmenu3 > ul > li:hover > a,
#cssmenu3 > ul > li.active > a {
	color: #b10000; /* Rollover Colour Main Menu Items */
}
#cssmenu3 > ul > li:hover > a:after,
#cssmenu3 > ul > li.active > a:after {
  background: #000000;
}
#cssmenu3 > ul > li:hover > a:before,
#cssmenu3 > ul > li.active > a:before {
  border-top-color: #ffffff;
}
#cssmenu3 > ul > li:hover > ul {
  left: 0;
}
#cssmenu3 > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu3 #menu-button {
  display: none;
}
#cssmenu3 > ul > li > a {
  display: block;
}
#cssmenu3 > ul > li {
  width: auto;
}
#cssmenu3 > ul > li > ul {
	width: 250px;
	display: block;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

#cssmenu3 > ul > li > ul > li {
  width: 250px;
  display: block;
}


@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

	#cssmenu3 {
	max-width: 875px;
	padding: 0;
}
	
	
	#cssmenu3 > ul > li > a {
      padding: 8px 16px;

  font-size: 18px;
}
}

@media all and (max-width: 820px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 820px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 820px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 820px), only screen and (min-device-pixel-ratio: 2) and (max-width: 820px), only screen and (min-resolution: 192dpi) and (max-width: 820px), only screen and (min-resolution: 2dppx) and (max-width: 820px) {

  
  #cssmenu3 > ul {
    max-height: 0;
    overflow: hidden;
	background-color: #f9f9f9;
    margin-top: -3px;


    -webkit-transition: max-height 0.1s ease-out;
    -moz-transition: max-height 0.1s ease-out;
    -ms-transition: max-height 0.1s ease-out;
    -o-transition: max-height 0.1s ease-out;
    transition: max-height 0.1s ease-out;
  }
  

  #cssmenu3 > ul > li > a
  {
	  color: #ffffff;
	text-align:center;
	  
		  

  }
  #cssmenu3 > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu3.align-right ul li a {
    text-align: left; 
  }
  #cssmenu3 > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu3.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu3 > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu3 ul li ul li a {
    width: 100%;
  }
  #cssmenu3.align-center > ul {
    text-align: left;
  }
  #cssmenu3.align-center > ul > li {
    display: block;
  }
  #cssmenu3 > ul.open {
    max-height: 1000px;
    /*border-top: 1px solid rgba(110, 110, 110, 0.25);*/
	background-color: #b10000;
  }
  
  
	#cssmenu3 > ul > li:hover > a
 {
  color: #ffffff;
  background-color: #000;

}
  
  
  #cssmenu3 ul {
    width: 100%;
  }
  #cssmenu3 ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu3 ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  
 /* #cssmenu3 ul li:first-of-type a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  } */ 
  


  #cssmenu3 ul > li:after {
    display: block;
  }
  
  
  #cssmenu3 > ul > li:after {

     background: none;
}
  
  #cssmenu3 > ul > li > ul {

	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
}
  
  
  
  #cssmenu3 ul li.has-sub > a:after,
  #cssmenu3 ul li.has-sub > a:before,
  #cssmenu3 ul li ul li.has-sub:after,
  #cssmenu3 ul li ul li.has-sub:before {
    display: block;
  }
  #cssmenu3 ul li ul,
  #cssmenu3 ul li ul li ul,
  #cssmenu3 ul li ul li:hover > ul,
  #cssmenu3.align-right ul li ul,
  #cssmenu3.align-right ul li ul li ul,
  #cssmenu3.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
	z-index: 100;

  }
  #cssmenu3 ul li ul li,
  #cssmenu3 ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
	
  }
  #cssmenu3 ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #000;
	display:block;
  }
  #cssmenu3 ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu3 ul li ul li:hover > a {
    color: #fff;
    background-color:#b10000;
  }
  
 #cssmenu3 > ul > li:hover > a, #cssmenu3 > ul > li.active > a {
    color: #CFCFCF;
	background-color:#727272;
} 
  
  
  #cssmenu3 #menu-button {
    display: block;
    width: 100%;
    padding: 18px 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
	background-image:url(/cssmenu/menubutton.png);
	background-repeat:no-repeat;
	background-position:96% 10px;
	text-align:right;
	border-bottom: 0px solid #cccccc;
  }
  
  #cssmenu3 #menu-button:hover {
    background-image: url(/cssmenu/menubutton2.png);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
  
 #cssmenu3 #menu-button:after
{
 /*	content: "Main Menu";
	padding-right: 50px;
	color: black;*/
	
}
  
  /*	
  #cssmenu3 #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fcfcfc;
    border-bottom: 2px solid #fcfcfc;
    right: 20px;
    top: 16px;
	color: #fcfcfc;
		


  }
  #cssmenu3 #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fcfcfc;
    right: 20px;
    top: 26px;
	    color: #fcfcfc;

  }*/
}
