@charset "utf-8";


/* CSS MENU*/
/*=======================================================*/
.centeredhorizontalmenu {
	background: #B0C4DE; /* Old browsers */
	background: -moz-linear-gradient(top,  #E8E8E8 0%, #B0B0B0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8E8E8), color-stop(100%, #B0B0B0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E8E8E8 0%,#B0B0B0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E8E8E8 0%,#B0B0B0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E8E8E8 0%,#B0B0B0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E8E8E8 0%,#B0B0B0 100%); /* W3C */
	/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#B0B0B0',GradientType=0 );  IE6-9 */
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 900;
  float: left;
  font-weight: bold;
  
  }
  
.centeredhorizontalmenu ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
  display: inline-table;
}

.centeredhorizontalmenu ul li {
  float: left;
  left: 50%;
  margin: 0;
  padding: 0;
  position: relative;
}

.centeredhorizontalmenu ul li a {
  background: transparent;
  border-left: 1px solid #808080;
  border-right: 1px solid #F0F0F0;
  color: #000;
  display: block;
  margin: 0;
  padding: 5px 10px 5px 30px;
  text-decoration: none;
  -webkit-text-shadow: 0 1px 0 rgba(196,196,196,.7);
  -moz-text-shadow: 0 1px 0 rgba(196,196,196,.7);
  text-shadow: 0 1px 0 rgba(196,196,196,.7);
}

.centeredhorizontalmenu ul li a.dropdown {
  	padding-right: 10px;
}

.centeredhorizontalmenu ul li a.dropdown:after {
  	content: "\25BC";
/*  	right: 100%;
  	left: auto;*/
  	padding-left: 20px;
}

.centeredhorizontalmenu ul li a.dropright:after {
	content: "\25BA";
	padding-left: 5px;
}

.centeredhorizontalmenu ul li:first-child {
  	border-left: 1px solid  #F0F0F0;
}

.centeredhorizontalmenu ul li:last-child {
  	border-right: 1px solid #808080;
}

.centeredhorizontalmenu ul li:hover >a, .centeredhorizontalmenu ul li.active a {
background: #4682B4; /* Old browsers */
background: -moz-linear-gradient(top,  #FFFF60 0%, #D0D000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFF60), color-stop(100%, #D0D000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #FFFF60 0%,#D0D000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #FFFF60 0%,#D0D000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #FFFF60 0%,#D0D000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #FFFF60 0%,#D0D000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF60', endColorstr='#D0D000',GradientType=0 ); /* IE6-9 */

}

.centeredhorizontalmenu ul li:hover >ul {
  display: block;
}

.centeredhorizontalmenu ul ul {
  display: none;
  position: absolute; 
  left: 0;
  right: auto;
  text-align: left;
  min-width: 100%;
}

/* Flip the last submenu so it stays within the page */
.centeredhorizontalmenu ul ul.dropToLeft {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

.centeredhorizontalmenu ul ul li {
	border-top: 0px !important;
	border-left: 1px black solid !important; 
  	border-right: 1px black solid !important;
  	border-bottom: 1px black solid !important; 
  	left: 0;
  	float: none;
  	position: relative;
/*  width: 100%;*/
}

.centeredhorizontalmenu ul ul li:first-child {
	border-top: 1px black solid !important; 
}

.centeredhorizontalmenu ul ul li a {
	background: #B0C4DE; /* Old browsers */
	background: -moz-linear-gradient(top,  #E8E8E8 0%, #B0B0B0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #E8E8E8), color-stop(100%, #B0B0B0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E8E8E8 0%,#B0B0B0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E8E8E8 0%,#B0B0B0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E8E8E8 0%,#B0B0B0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E8E8E8 0%,#B0B0B0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#4682B4',GradientType=0 ); /* IE6-9 */

	border: 0 !important;
	margin: 0;
	white-space: nowrap;
	padding: 5px 10px;
}

.centeredhorizontalmenu ul ul li:hover >ul {
  display: block;
}

.centeredhorizontalmenu ul ul ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
}

/* set up the right arrows first*/
.centeredhorizontalmenu li > a:after {
	 content: "\25BA";
	padding-left: 10px	 
  }

/*set up the downward arrow for top level items*/
.centeredhorizontalmenu  >ul >li > a:after {
	content: "\25BC";
	padding-left: 20px	
	}

/* clear the content if a is only child*/
.centeredhorizontalmenu li > a:only-child:after {content: ''; }
