.submenu {
  display:table;         /* ignored by IE */
  padding:0; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border: 0; /* add a border to show size of menu */
  }
* html .submenu {
  display:inline-block;  /* for IE only */
  width:1px;             /* IE will expand to fit menu width */
  padding:0 2px;         /* fix bug in IE for border spacing */
  }  
.submenu li {
  display:table-cell;    /* ignored by IE */
  }
* html .submenu li {
  display:inline;        /* for IE only */
  }
.submenu a, .submenu a:visited {
  display:block;         /* for all browsers except IE */
  padding:2px 4px;
  color:#fff; 
  /* background:#d4d4d4; */
  border:0px solid #fff; /* add a 1px white border around items */ 
  text-decoration:none;
  }
* html .submenu a, * html .submenu a:visited {
  display:inline-block;  /* for IE only */ 
  margin:0 -2px;         /* to correct an IE border width bug */  
  }
.submenu a:hover {
  color:#fff; 
  background:#222222;
  }

.sublefted {margin:0 auto 0 0;}
