<style type="text/css">
#ddblueblockmenu{
  border: 1px solid white;
  border-bottom-width: 0;
  width: 0px;
}
#ddblueblockmenu ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: normal 100% Arial,;
}
#ddblueblockmenu li a{
  display: block;
  padding: 5px 0;
  padding-left: 5px;
  width: 140px; /*0px minus all right/left paddings and margins*/
  width:90%; 
  text-decoration: none;
  color: black;
  background: url(../img_cat/arrow.gif) no-repeat 100% center;
  border-bottom: 0px solid #ffffff;
}
* html #ddblueblockmenu li a{ /*IE only */
  width: 183px; /*IE 5*/
  width: 183px; /*185px minus all left/right paddings and margins*/
}
#ddblueblockmenu li a:hover {
  background-color: #44c5fb;
</style>