@import url(http://icebluestraw.me/mt5/mt-static/themes-base/blog.css);
@import url(http://icebluestraw.me/mt5/mt-static/themes/minimalist-red/screen.css);

#thicktabs{
  margin-left: 5px;
  padding-top: 30px;
  float: center;
  font: bold 13px Tahoma;
}
#thicktabs li{
  display: inline;
}
#thicktabs li a{
  float: center;
  color: navy;
  padding: 3px 11px;
  /*padding of tabs*/
text-decoration: none;
  background: transparent url("http://icebluestraw.me/images/pinkbg.gif") top right no-repeat;
  border-top: 1px solid #d3bdbe;
  /*top border style*/
border-bottom: 3px solid #ffa1a3;
/*thick bottom border below tabs*/
}
#thicktabs li a#leftmostitem{
  /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe;
/*left border style*/
}
#thicktabs li a#rightmostitem{
  /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe;
  /*right border style*/
background-position: top left;
/*Position background image to the left instead of default right, to hide indented underline for this link*/
}
#thicktabs li a:visited{
  color: navy;
}
#thicktabs li a:hover{
  color: ＃FF8080;
  background-image: url("http://icebluestraw.me/images/pinkbgover.gif");
/*background image swap on hover*/
}


