#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu {
	width: 929px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 80px;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	overflow-y: visible;
	visibility: visible;
	background-image: url(images/toplab.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#cssmenu.align-right ul li {
	float: right;
	border-right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.22);
	overflow-x: visible;
	visibility: visible;
	z-index: auto;
}
#cssmenu.align-right ul li a {
	border-right: 0;
	border-left: 1px solid rgba(255, 255, 255, 0.15);
	float: right;
}
#cssmenu ul {
  background: #959192;
  /* Old browsers */

  background: -moz-linear-gradient(bottom, #410b69 0%, #4912ae 50%, #663399
 51%, #8416d8 78%, #8f5bff 100%);
  background: -webkit-linear-gradient(bottom, #410b69 0%, #4912ae 50%, #663399
 51%, #8416d8 78%, #8f5bff 100%);
  background: -o-linear-gradient(bottom, #410b69 0%, #4912ae 50%, #663399
 51%, #8416d8 78%, #8f5bff 100%);
  background: -ms-linear-gradient(bottom, #410b69 0%, #4912ae 50%, #663399
 51%, #8416d8 78%, #8f5bff 100%);
  background: linear-gradient(to top, #410b69 0%, #4912ae 50%, #663399
 51%, #8416d8 78%, #8f5bff 100%);
}
#cssmenu:after,
#cssmenu ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu ul li {
  float: left;
  display: block;
  border-right: 1px solid rgba(0, 0, 0, 0.22);
  z-index: 1;
}
#cssmenu ul li::after {
	content: "";
	width: auto;
	height: auto;
	position: absolute;
	border-top-left-radius: 50% 4px;
	border-top-right-radius: 50% 4px;
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
	background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #222222 61%, #222222 100%);
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	z-index: 2;
	bottom: 10px;
}
#cssmenu ul li a {
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 3;
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
	color: #ffffff;
	width: auto;
	left: 0px;
}
#cssmenu ul li:hover,
#cssmenu ul li.active {
	background: #00F0E4;
	/* Old browsers */

	background: -moz-linear-gradient(bottom, #0b4669 0%, #00F0E4 50%, #1794dc 51%, #00F0E4 78%, #00F0E4 100%);
	background: -webkit-linear-gradient(bottom, #0b4669 0%, #00F0E4 50%, #1794dc 51%, #00F0E4 78%, #00F0E4 100%);
	background: -o-linear-gradient(bottom, #0b4669 0%, #00F0E4 50%, #1794dc 51%, #00F0E4 78%, #00F0E4100%);
	background: -ms-linear-gradient(bottom, #0b4669 0%, #00F0E4 50%, #1794dc 51%, #00F0E4 78%, #00F0E4 100%);
	background: linear-gradient(to top, #0b4669 0%, #00F0E4 50%, #1794dc 51%, #00F0E4 78%, #00F0E4 100%);
	padding-left: auto;
}
#cssmenu ul li:hover::after,
#cssmenu ul li.active::after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #00F0E4 61%, #00F0E4 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #00F0E4 61%, #00F0E4 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #00F0E461%, #00F0E4 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 60%, #00F0E4 61%, #00F0E4 100%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#Name {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-radius: 8px;
}
#Email {
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	border-radius: 8px;
}
body p {
	font-weight: bold;
	font-size: 18px;
	color: #633252;
}
