@charset "UTF-8";
#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;
  font-weight:bold;
  position: relative;
}
#cssmenu {
  width: 95%;
}
#cssmenu a {
  line-height: 1.3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	margin-bottom:8px;
}

#cssmenu > ul > li {
  background: #D9D9D9;
  background: -moz-linear-gradient(#D9D9D9 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D9D9D9), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#D9D9D9 0%, #ffffff 100%);
  background: linear-gradient(#D9D9D9 0%, #ffffff 100%);
}

#cssmenu > ul > li > a {
  font-size: 5vw;
  display: block;
  color: #6C6C6C;
  border: 1px solid #404040;
}
#cssmenu > ul > li > a > span {
  display: block;
  padding: 2vw;
}
#cssmenu > ul > li.has-sub > a span {
  background: url(/imgs/right_arrow.png) 96% center no-repeat;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #D1D1D1));
	background:-moz-linear-gradient(top, #E5E5E5 5%, #D1D1D1 100%);
	background:-webkit-linear-gradient(top, #E5E5E5 5%, #D1D1D1 100%);
	background:-o-linear-gradient(top, #E5E5E5 5%, #D1D1D1 100%);
	background:-ms-linear-gradient(top, #E5E5E5 5%, #D1D1D1 100%);
	background:linear-gradient(to bottom, #E5E5E5 5%, #D1D1D1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E5', endColorstr='#D1D1D1',GradientType=0);
	background-color:#E5E5E5;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:17px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	width:100%;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #D1D1D1), color-stop(1, #E5E5E5));
	background:-moz-linear-gradient(top, #D1D1D1 5%, #E5E5E5 100%);
	background:-webkit-linear-gradient(top, #D1D1D1 5%, #E5E5E5 100%);
	background:-o-linear-gradient(top, #D1D1D1 5%, #E5E5E5 100%);
	background:-ms-linear-gradient(top, #D1D1D1 5%, #E5E5E5 100%);
	background:linear-gradient(to bottom, #D1D1D1 5%, #E5E5E5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D1D1D1', endColorstr='#E5E5E5',GradientType=0);
	background-color:#D1D1D1;
	width:100%;
}
.myButton:active {
	position:relative;
	top:1px;
	width:100%;
}
