
#submenu
{
  /*
  padding-left: 75%;
  margin-left: 50px;
  */
  margin: 15px 0px 0px 20px;
  width: 230px;
  float: left;
}
#subtitle
{
  height: 22px;
  padding-top: 8px;
  text-align: center;
  border: #c4c4c4 1px solid;
  /*width: 230px;*/
  background: url(/images/menu_title_bg.png) no-repeat;
  background-position: center;
}

#submenu li
{
  border-bottom:#c4c4c4 1px solid;
  border-right:#c4c4c4 1px solid;
  border-left:#c4c4c4 1px solid;
  list-style-type: none;
  text-align: center;
  position: relative;
  left: 0px;
  color: #cccccc;
  width: 224px;
  padding:2px 2px 2px 2px;
}