.wrapperwebkit {
	width: 100%;
	height: 70px;
	background : #464646;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(0,0,0)), to(rgb(0,0,0)));
	background : -moz-linear-gradient(top, rgb(0,0,0), rgb(0,0,0));
	border-top: 2px solid #046416;
	position: relative;
	margin-bottom: 30px;
}
.titlewebkit {
	position: absolute;
	background-image: url(../Logo.png);
	font-size: 18px;
	text-transform: capitalize;
	width: 240px;
	height: 50px;
	margin-top:10px;
	margin-left:0px;
	visibility: visible;
}
.flwebkit {
	float: left;
}
.containerwebkit {
	width: 960px;
	margin: 0 auto;
}
.menuwebkit {
	margin-left:100px;
	height: 70px;
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float:right;
}
a.menuwebkittextcolor {
	
	font-family: "MerriweatherRegular", Georgia, Serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	text-transform: capitalize;
	
}
ul.menuwebkit {
	margin: 0;
	padding: 0;
}
ul.menuwebkit li {
	list-style: none;
	float:left;
	height: 70px;
	text-align: center;
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31, 169, 244, 1)), to(rgba(0, 28, 78, 1)) );
	background: -moz-radial-gradient(center 80px 45deg, circle cover, rgba(31, 169, 244, 1) 0%, rgba(0, 28, 78, 1) 100%);
}
ul.menuwebkit li a {
	display: block;
	padding: 0 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 70px;
	background : -webkit-gradient(linear, left top, left bottom, from(rgb(168,168,168)), to(rgb(69,69,69)));
	background : -moz-linear-gradient(top, rgb(168,168,168), rgb(69,69,69));
	-webkit-transition-property: background;
	-webkit-transition-duration: 700ms;
	-moz-transition-property: background;
	-moz-transition-duration: 700ms;
}
ul.menuwebkit li a:hover {
	background: transparent none;
}
ul.menuwebkit[rel=sam1] li a {
	background: #000;
}
ul.menuwebkit[rel=sam1] li a:hover {
	background: transparent none;
}
ul.menuwebkit li.activewebkit a {
	background: -webkit-gradient(radial, 50% 100%, 10, 50% 50%, 90, from(rgba(31, 169, 244, 1)), to(rgba(0, 28, 78, 1)) );
	background: -moz-radial-gradient(center 70px 45deg, circle cover, rgba(31, 169, 244, 1) 0%, rgba(0, 28, 78, 1) 100%);
}
