#ddblueblockmenu {
  border:  none;
  margin-left: 6px;
  margin-top: 5px;
  padding-top: 0px;
}
#ddblueblockmenu ul {
  border-style: none;
  border-color: white;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 90%;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#ddblueblockmenu li a {
  border: 3px ridge #ffcc00;
  padding: 3px 0 3px 3px;
  display: block;
  text-decoration: none;
  color: #ffcc00;
  text-align: left;
  background-color: #660000;
  width: 128px;
}
* html #ddblueblockmenu li a {
  border-style: none;
}
#ddblueblockmenu li a:hover {
  border-left-color: #1c64d1;
  color: white;
  text-align: left;
  background-color: #000066;
}
#ddblueblockmenu div.menutitle {
  border: 3px ridge #ffcc00;
  font-variant: normal;
  font-stretch: normal;
  text-align: left;
  font-weight: bold;
  background-color: #000066;
  padding-left: 5px;
  font-family: 'Trebuchet MS','Lucida Grande',Arial,sans-serif;
  font-size-adjust: none;
  font-size: small;
  color: #ffcc00;
  padding-bottom: 2px;
  padding-top: 2px;
  width: 126px;
}
.mattblacktabs {
  border-bottom: 4px double #000066;
  overflow: hidden;
  width: 100%;
  color: black;
  font-family: 'trebuchet ms','lucida grande',arial,sans-serif;
  padding-top: 7px;
  margin-left: 0px;
}
.mattblacktabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: black;
  font-family: 'trebuchet ms','lucida grande',arial,sans-serif;
}
.mattblacktabs li {
  margin: 0;
  display: inline;
  color: black;
  font-family: 'trebuchet ms','lucida grande',arial,sans-serif;
}
.mattblacktabs li a {
  margin: 0;
  padding: 4px 8px;
  background: #660000 none repeat scroll 0% 50%;
  float: left;
  display: block;
  text-decoration: none;
  color: #ffcc00;
  font-family: 'trebuchet ms','lucida grande',arial,sans-serif;
  font-size: small;
  font-weight: bold;
}
.mattblacktabs li a:visited {
  font-family: 'trebuchet ms','lucida grande',arial,sans-serif;
  color: #ffcc00;
  background-color: #660000;
}
.mattblacktabs li a:hover, .mattblacktabs li.selected a {
  background: #000066 none repeat scroll 0% 50%;
  color: white;
  font-family: 'trebuchet ms','lucida grande',arial,sans-serif;
  font-weight: bold;
}
