@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
@charset "UTF-8";
/* Base Styles */
#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: 'Open Sans', sans-serif;
  font-size: 14px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 235px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  margin:auto;
}
#cssmenu > ul > li {
  margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
  margin: 0;
}
#cssmenu > ul > li > a {
  font-size: 15px;
  display: block;
  color: #ffffff;
  text-shadow: 0 1px 1px #000;
  background: #e50000;
  background: -moz-linear-gradient(#e50000 0%, #b40101 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e50000), color-stop(100%, #b40101));
  background: -webkit-linear-gradient(#e50000 0%, #b40101 100%);
  background: linear-gradient(#e50000 0%, #b40101 100%);
  border: 1px solid #972929;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cssmenu > ul > li > a > span {
  display: block;
  border: 1px solid #e50000;
  padding: 6px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #ffe606;
  background: -moz-linear-gradient(#ffe606 0%, #cfba00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffe606), color-stop(100%, #cfba00));
  background: -webkit-linear-gradient(#ffe606 0%, #cfba00 100%);
  background: linear-gradient(#ffe606 0%, #cfba00 100%);
  color: #fff;
  text-shadow: 0 1px 1px #000;
  border: 1px solid #cdb800;
}
#cssmenu > ul > li.active > a span {
  border: 1px solid #c2ae00;
  color:#000000;
  text-shadow: 0 0px 0px #000;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
  background: url(images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
  padding: 5px 12px;
  display: none;
}
#cssmenu ul ul li {
  padding: 3px 0;
}
#cssmenu ul ul a {
  display: block;
  color: #595959;
  font-size: 13px;
  font-weight: bold;
}
#cssmenu ul ul a:hover {
  color: #79980d;
}
#footer{
width:1024px;
height:78px;
background:url(images/bg_tab_foot.jpg) repeat-x;
margin:auto;
color: #ffffff;
text-align:center;
font-size:12px;

font-family:Arial, Helvetica, sans-serif;
margin:0px auto 0px auto;
line-height:20px;
}
