

input[type="search"]::-webkit-search-decoration {
  display: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 7px 0;
  -moz-box-shadow: #0066ff 0 0 7px 0;
  -o-box-shadow: #0066ff 0 0 7px 0;
  box-shadow: #0066ff 0 0 7px 0;
  z-index: 1;
}

select,
textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  /*-webkit-appearance:none; */
  border-radius: 0;
  background-color: white;
  border: 1px solid;
  border-color: #B3BABF #CCC #CCC #B3BABF;
  color: #4f5556;
  outline: 0;
  margin: 0;
  padding: 4px;
  text-align: left;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  vertical-align: top;
  font-size: 12px !important;
}



ul#main-nav li a.nav1 {
color: #2372B9;
display: block;
font-weight: 600;
height: 32px;
padding: 15px 20px 0px 20px;
position: relative;
z-index: 1;
display: block;
text-decoration: none;
}
 
ul#main-nav li a.nav1:hover {
	background: #ededed;
	color: #2372b9;
	text-decoration: none;
	overflow:hidden;
	border: 1px solid #adb8bf;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding: 15px 19px 0px 19px;
	border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
 
ul#main-nav .last a.nav1:hover {
	background: #ededed;
}
 
ul#main-nav .first a.nav1:hover {
	background: #ededed;
}
 
ul#main-nav .selected a.nav1 {
	

    background: #ededed;
	color: #2372b9;
	text-decoration: none;
	overflow:hidden;
	border: 1px solid #adb8bf;
	border-bottom-width: 0px;
	border-top-width: 0px;
	padding: 15px 19px 0px 19px;

	
}
 
ul#main-nav li ul.hover-navigation {
	display: block;
	padding-bottom: 5px;
	width: inherit;
	display: block;
	height: 100%;
	background: #ededed;
	border: 1px solid #adb8bf;
	border-top-width: 0px;
	margin-left: 0px;
	padding-left: 19px;
}
 
	ul#main-nav li ul.hover-navigation li {
		display: block;
		clear: both;
		margin: 0px;
		font-size: 12px;
		line-height: 14px;
		float: none;
		background: none !important;
		text-align: left;
	}
	
	a.nav2, a.nav2:link, a.nav2:visited {
		font-weight: normal;
		padding: 5px 0px 10px 0px;
		display: block;
		font-size: 12px;
		line-height: 6px;
		color: #7e8184;
		font-weight: normal;
		text-decoration: none;
	}
	
	a.nav2:hover, a.nav2:active {
		color: #f47b27;	
	}
	