#s-two-b-a-product-category{
  width:120px;
  float:left;
  z-index:2;
  position:absolute
}
.s-two-b-a-product-category-item{
	border: 1px solid #CCCCCC;
	width:88px;
  margin-bottom:6px;
  background: #efefef;  
	min-height:67px;
  height:auto!important;
  height: 67px;
  
}
.s-two-b-a-product-category-current{
  width:96px ;
  background: #ffffff;
  border-right:none;
}
.s-two-b-a-product-category-item span{
  display:block;
  padding-top:22px;
  height:43px;
  width:90px;
  text-decoration: none;
  color: #656565;
  margin-left:5px;
}
.s-two-b-a-product-category-current span{
  color: #003949;
  background: #ffffff; 
  width:96px; 
  font-weight:bold;
}

*html .s-two-b-a-product-category-current a{ width:92px;}