#cssmenu,
#cssmenu ul,
#cssmenu ul li {
  left: 75px;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  font-family: opensans-regular;
  font-weight: bold;
}

#cssmenu ul li a {
  left: 0px;
  display: block;
}

#cssmenu {
  left: -1px;
  top: -5px;
  width: 858px;
  height: 49px;
  padding-bottom: 4px;
}
#cssmenu.align-right {
  float: right;
}
#cssmenu.align-right ul li {
  float: right;
  margin-right: 0;
  margin-left: 4px;
}
#cssmenu.align-right ul li:first-child,
#cssmenu.align-right ul li:first-child > a {
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one,
#cssmenu #bg-two,
#cssmenu #bg-three,
#cssmenu #bg-four {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu #bg-one {
  height: 10px;
  background: #3fa4f0;
}
#cssmenu #bg-two {
  height: 49px;
  z-index: 2;
}
#cssmenu #bg-three {
  border: 2px solid #3fa4f0;
  border-top-right-radius: 10px;
  bottom: 4px;
  height: 40px;
  z-index: 3;
  background: #C8E3FF;
  background: -moz-linear-gradient(top, #C8E3FF 0%, #D3F5FC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C8E3FF), color-stop(100%, #D3F5FC));
  background: -webkit-linear-gradient(top, #C8E3FF 0%, #D3F5FC 100%);
  background: -o-linear-gradient(top, #C8E3FF 0%, #D3F5FC 100%);
  background: -ms-linear-gradient(top, #C8E3FF 0%, #D3F5FC 100%);
  background: linear-gradient(to bottom, #C8E3FF 0%, #D3F5FC 100%);
}
#cssmenu #bg-four {
  bottom: 4px;
  height: 40px;
  z-index: 4;
}
#cssmenu ul {
  height: 49px;
}	
#cssmenu ul li {
  float: left;
  margin-right: 4px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 5;
}
#cssmenu ul li a {
  padding: 20px 20px 20px 20px;
  margin-bottom: -6px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: black;
  font-size: 12pt;
  text-decoration: none;
}
#cssmenu ul li:first-child,
#cssmenu ul li:first-child > a {
  border-bottom-left-radius: 3px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
  background: #3fa4f0;
  background: -moz-linear-gradient(top, #3fa4f0 0%, #3fa4f0 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3fa4f0), color-stop(100%, #3fa4f0));
  background: -webkit-linear-gradient(top, #3fa4f0 0%, #3fa4f0 100%);
  background: -o-linear-gradient(top, #3fa4f0 0%, #3fa4f0 100%);
  background: -ms-linear-gradient(top, #3fa4f0 0%, #3fa4f0 100%);
  background: linear-gradient(to bottom, #3fa4f0 0%, #3fa4f0 100%);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active > a {
  color: #ffffff;
}

#menu {
	position: relative; 
	margin-top: 20px;
	left: 0px;
	width: 855px;
	height: 235px;
	text-align: center;
	overflow: hidden; 
}

.menu-item {
	position: absolute; 
	width: 100%;
	height: 100%;
	top: 0;
	left: 855px;
	z-index: 4;
	margin-left: 300px;
}
#transparency {
	position: relative;
	margin-top: -238px;
	z-index: 1;
}

.menu-photo {
	width: 855px;
	height: 235px;
	position: relative;
	top: -9px;
	border-top: solid 2px #3fa4f0;
	border-bottom: solid 5px #3fa4f0;
	border-right: solid 6px #3fa4f0;
	z-index: 0;
	overflow: hidden;
}

#photo {
	position: relative;
	margin-top: 0px;
	z-index: 0;
}

.long-menu-item {
	position: absolute; 
	top: 0;
	left: 855px;
	z-index: 4;
	margin-left: 280px;
	width: 500px;
	height: 200px;
	overflow: hidden;
}

#long3 {
	width: 1000px;
	position: absolute;
	left: 0px;
}