#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}
#cssmenu {
  width: 100%;
  border-bottom: 4px solid #da9f47;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu > ul > li:first-child {
   -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#cssmenu > ul > li:first-child > a {
  padding:9px 0px 6px 11px;
  border: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  font-weight: 300;
}
#cssmenu > ul > li:first-child > a > span {
  padding: 0;
}
#cssmenu > ul > li:first-child:hover {
  background: #d8b073;
  background: -moz-linear-gradient(#d8b073 0%, #B48235 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8b073), color-stop(100%, #B48235));
  background: -webkit-linear-gradient(#d8b073 0%, #B48235 100%);
  background: linear-gradient(#d8b073 0%, #B48235 100%);
}
#cssmenu > ul > li{
  background: #272727;
  border-bottom: 1px solid #131212;  
}
#cssmenu > ul > li:hover {
 background: #d8b073;
  background: -moz-linear-gradient(#d8b073 0%, #B48235 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8b073), color-stop(100%, #B48235));
  background: -webkit-linear-gradient(#d8b073 0%, #B48235 100%);
  background: linear-gradient(#d8b073 0%, #B48235 100%);
  color: #003;
}
#cssmenu > ul > li > a {
  display: block;
  color: #ffffff;
  border-top: none;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding:9px 11px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color: #000;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(../images/icon_plus.png) 96% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(../images/icon_minus.png) 96% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  display: none;
  background: #fff;
  border-right: 1px solid #a2a194;
  border-left: 1px solid #a2a194;
}
#cssmenu ul ul li {
  padding: 0;
  border-bottom: 1px solid #d4d4d4;
  border-top: none;
  background: #f7f7f7;
  background: -moz-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(#f7f7f7 0%, #ececec 100%);
  background: linear-gradient(#f7f7f7 0%, #ececec 100%);
}
#cssmenu ul ul li:last-child {
  border-bottom: none;
}
#cssmenu ul ul a {
  padding: 6px 10px 3px 23px;
  display: block;
  color: #1d1d1d;
  font-weight: normal;
}
#cssmenu ul ul a:before {
  content: "»";
  position: absolute;
  left: 10px;
  color: #5f9ff6;
}
#cssmenu ul ul a:hover {
  color: #000066;
}
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}

@media screen and (max-width: 740px) {

	
}


@media screen and (max-width: 540px) {

	

}


@media print {
	
   body {font-size: 10pt; line-height: 120%; background: white; color:#000;}
    
   #cssmenu {display: none;}
   
   
   #content, #right {
	width:100%;
}
   
   a {
	color: #000;
	text-decoration: underline;
}
}
