@charset "UTF-8";
/* Starter CSS for Flyout Menu */

#menu201id35 {
	padding: 0;
	margin-top: 0;
	margin-right: ;
	margin-left: 0;
	margin-bottom: 0;
	border: 0;
	text-align: center;
}
#menu201id35 ul,
#menu201id35 ul li,
#menu201id35 ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 17%;
}
#menu201id35 ul {
  position: relative;
  z-index: 597;
  float: left;
}
#menu201id35 ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
}
#menu201id35 ul li.hover,
#menu201id35 ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#menu201id35 ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#menu201id35 ul ul li {
  float: none;
}
#menu201id35 ul ul ul {
  top: 1px;
  left: 99%;
}
#menu201id35 ul li:hover > ul {
  visibility: visible;
}
#menu201id35 ul ul {
  top: 1px;
  left: 99%;
}
#menu201id35 ul li {
  float: none;
}
#menu201id35 ul ul {
  margin-top: 1px;
}
#menu201id35 ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */

#menu201id35:after,
#menu201id35 ul:after {
  content: '';
  display: block;
  clear: both;
}
#menu201id35 a {
	color: #666;
	display: inline-block;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: medium;
	padding: 0 20px;
	text-decoration: none;
	text-align: center;
}
#menu201id35 a:hover {
	background: #fff;

	position: relative;
	top: 0;
	color: #999;
	/* [disabled]text-align: center; */
}
#menu201id35 ul {
	background: #fff;
	list-style: none;
	text-align: center;
}
#menu201id35 > ul {
	padding-top: 5px;
	width: 100%;
	background-color: #FFFFFF;
}
#menu201id35 > ul > li {
	float: left;
	padding: 0 10px;
	position: relative;
	text-align: center;
}
#menu201id35 > ul > li:hover > a {
  background: #fff;
  border-radius: 4px 4px 0 0;
  position: relative;
}
#menu201id35 > ul > li a {
	line-height: 35px;
	text-align: center;
}
#menu201id35 > ul > li a:hover {
  box-shadow: none;
}
#menu201id35 .has-sub:hover ul {
  display: block;
}
#menu201id35 .has-sub a {
  display: block;
  position: relative;
}
#menu201id35 .has-sub a:after {
  content: '';
  display: block;
  width: 10px;
  height: 9px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  
  -webkit-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
#menu201id35 .has-sub ul {
	background: #FFF;
	border: 0px solid #dddddd;
	display: none;
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 34px;
	margin-left: -70px;
	width: 140px;
	z-index: 1;
	text-align: center;
}
#menu201id35 .has-sub ul li:hover > a {
	background: #FFF;
	color: #999;
	
}
#menu201id35 .has-sub ul a {
  line-height: 160%;
  padding: 8px 0;
}
#menu201id35 .has-sub .has-sub a:after {

  -webkit-transform: rotate(360deg);
}
#menu201id35 .has-sub .has-sub ul {
	background: #FFF;
	left: 100%;
	top: 0;
	margin-left: 0;
	text-align: center;
}
#menu201id35 .has-sub .has-sub ul a {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#menu201id35 .has-sub .has-sub ul a:after {
  background-image: none;
}
#menu201id35 .has-sub .has-sub ul a:hover {
  background: #FFF;
}
