/* Mashup */
.mashup-menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.mashup-menu { display: inline-block; }
* html .mashup-menu { height: 1%; } /* Hides from IE-mac \*/
.mashup-menu { display: block; }

.mashup-menu li{
  list-style:none;
  float:left;
  width:80px;
  text-align:center;
  margin:0;
  padding:0 10px;
}
.mashup-menu a{
  opacity:.65;
  color:#00629F;
  -webkit-transition:opacity .15s ease-out;
  -moz-transition:opacity .15s ease-out;
  transition:opacity .15s ease-out;
}
.mashup-menu a:hover,
.mashup-menu .mashup-menu-current{
  opacity:1;
  color:#00629F;
}
.mashup-menu .mashup-menu-current{
  font-weight:bold;
}

/*
 * Mashup Menu
 */
.mashup-menu{
  border:solid 1px #02456F;
  border-top-width:5px;
  border-bottom-width:5px;
  margin:0 0 35px 0;
  padding: 10px 0;
  border-radius:5px;
  max-width: 400px;
}