/* GENERAL STYLES */
.s_banner
{
  height: 100px;
  overflow: hidden;
}

.s_menu
{
  height: 30px;
  background: url(/img/tools/menu.png);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
  margin-top: 1px;
  margin-bottom: 20px;
}

.s_menu_active
{
  float: left;
  height: 20px;
  background: url(/img/tools/menu_left.png) no-repeat white;
  margin-top: 5px;
  margin-left: 5px;
  display: inline;
}

.s_menu_active a
{
  background: url(/img/tools/menu_right.png) no-repeat 100% 0;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

.s_menu_link
{
  float: left;
  height: 20px;
  margin-top: 5px;
  margin-left: 5px;
  display: inline;
}

.s_menu_link a
{
  color: #333;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: block;
}

/* EDITOR PROPERTIES */

