#menu .selected a{
  color: white;
}

#top{
  margin-left: 212px;
}

#submenu{
  float: left;
  width: 225px;
}

#submenu ul{
  width: 168px;
  margin: 32px auto 0;
}

#submenu li{
  border-bottom: 1px solid #DAE6EC;
}

#submenu a{
  display: block;
  height: 33px;
  line-height: 33px;
  padding-left: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #92b5c8;
  font-weight: bold;
}

#submenu .selected a{
  background: url(../images/submenu-bullet.gif) left no-repeat;
  color: #513e2d;
}

#submenu a:hover{
  color: #513e2d;
}
