/* Superfish
-------------------------------------------------------------- */
.superfish .block {
  position: static;
  width: 100%;
  float: left;
}

.superfish #block-ssti-mainmenu h2 {
  height: 0;
  overflow: hidden;
  position: absolute;
}

.superfish #block-ssti-mainmenu .menu,
#superfish-main .menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.superfish #block-ssti-mainmenu .menu {
  margin: 0 auto;
  text-align: right;
  width: 940px;
  padding: 0;
}

.superfish #block-ssti-mainmenu .menu ul {
  margin: 0;
  list-style: none;
}

.superfish #block-ssti-mainmenu .menu ul li::marker {
  content: none;
}

.superfish #block-ssti-mainmenu .menu ul a {
  font-size: 16px;

}

.superfish #block-ssti-mainmenu .menu ul a:hover {
  text-decoration: none;
}

.superfish #block-ssti-mainmenu .menu > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.superfish #block-ssti-mainmenu .menu > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  padding-left: 17px;
  position: relative;
  float: none;
  background: none;

}

.superfish #block-ssti-mainmenu .menu > li:hover {
  background: none;
}

.superfish #block-ssti-mainmenu .menu > li > a {
  font-weight: 900;
}

.superfish #block-ssti-mainmenu .menu > li.menuparent {
  background: url(../images/bg_mainmenu_arhor.png) 4px center no-repeat;
}

/*.menu > li.first > ul, */
.superfish #block-ssti-mainmenu .menu > li:hover > ul {
  display: block;
}

.superfish #block-ssti-mainmenu .menu > li > ul {
  top: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 120%;
  min-width: 120px;
  background: #3d3d3d;
  border: 1px solid #202020;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 !important;
  text-align: left;
}

.superfish #block-ssti-mainmenu .menu > li > ul > li {
  margin: 0;
}

.superfish #block-ssti-mainmenu .menu > li > ul a {
  display: block;
  color: #fff;
  padding: 5px 15px;
  word-spacing: nowrap;
}

.superfish #block-ssti-mainmenu .menu > li > ul a:hover {
  background: #000;
}

.superfish #block-ssti-mainmenu .menu a:hover {
  border-color: transparent;
}

.superfish #block-ssti-mainmenu .menu > li.active-trail {
  border: 1px solid #2c2c2c;
  -webkit-box-shadow: inset 0 6px 15px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 6px 15px 7px rgba(0, 0, 0, 0.5);
}

.superfish #block-ssti-mainmenu .menu > li > a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
  padding: 0;
  border: none;
  line-height: 1.4em;
}

.superfish #block-ssti-mainmenu .menu > li > a.is-active,
.superfish #block-ssti-mainmenu .menu a:hover,
.superfish #block-ssti-mainmenu .menu li:hover > a {
  color: #f0a724;
  text-decoration: none;
}

.superfish #block-ssti-mainmenu .menu > li > ul {
  display: none;
}

.superfish #block-ssti-mainmenu .sf-sub-indicator {
  display: none;
}

#meptabs {
  color: #005295;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 3px 0;
  width: 100%;
  height: 35px;
}

#meptabs li {
  float: left;
  border-width: 1px 1px 0px 1px;
  border-color: black;
  display: inline-block;
}

#meptabs li:first-child {
  margin-left: 0;
}

#news li.newstab,
#budget li.budgettab,
#mepcenter li.mepcentertab,
#stateinfo li.stateinfotab {
  /* settings for selected tab */
  border-bottom: 1px solid #fff; /* set border color to page background color */
  background-color: #fff; /* set background color to match above border color */
}

#news li.newstab a,
#budget li.budgettab a,
#mepcenter li.mepcentertab a,
#stateinfo li.stateinfotab a {
  /* settings for selected tab link */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
}

#meptabs li a {
  /* settings for all tab links */
  padding: 6px 15px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
  border: 1px solid black; /* set border COLOR as desired; usually matches border color specified in #tabnav */
  /*background-color: #0C85CF; /* set unselected tab background color as desired */
  background-color: #BBB;
  color: #333; /* set unselected tab link color as desired */
  margin-right: 0px; /* set additional spacing between tabs as desired */
  text-decoration: none;
  border-bottom: none;
  position: relative;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
  box-shadow: inset 0px 1px 0px 0px #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
  background: -moz-linear-gradient(center top, #f9f9f9 5%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
  background-color: #f9f9f9;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
  text-indent: 0;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #666666;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 25px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0px #ffffff;
}

#meptabs a:hover,
#meptabs a.is-active {
  /* settings for hover effect */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
  background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
  background-color: #e9e9e9;
}

#footermenu a {
  padding: 3px 3px 3px 0px;
  background-color: transparent;
  text-decoration: none;
}
