/* MenuStyle 1 */

#horiz-menu
{
  display: block;
  height: 30px;
  line-height: 30px;
  margin-top: 0px;
  padding: 0 3px;
  background: url(../images/horiz-menu-bar.png) 0 0 repeat-x;
}

ul#horiznav.menutop, #horiz-menu ul.menutop
{
  padding: 0;
  margin: 0;
  position: relative;
  z-index:120;
}

#horiz-menu li, #horiz-menu li a
{
  z-index:200;
  position:relative;
}

#horiz-menu a, #horiz-menu .separator 
{
  white-space: nowrap;
  display: block;
  float: left;
  height: 30px;
  line-height: 20px;
  font-weight: normal;
  font-size: 120%;
  overflow: hidden;
  text-decoration: none;
  z-index: 100;
  cursor: pointer;
  padding: 0 15px;
  background: url(../images/horiz-menu-div.png) 100% 50% no-repeat;
}

#horiz-menu li.active a, #horiz-menu li.active .separator
{
  z-index: 100;
  cursor: pointer;
  height: 30px;
}

#sub-menu 
{
  height: 30px;
  line-height: 29px;
  padding: 1px 0;
  display: block;
  z-index: 1;
}

#submenu-container
{
  background: url(../images/sub-menu-bar.png) 0 29px repeat-x;
  z-index: 1;
  padding-bottom: 2px;
}

#sub-menu ul.menusub
{
  padding: 0;
  margin: 0;
  position: relative;
  height: 29px;
  z-index: 1;
}

#sub-menu a, #sub-menu .separator
{
  white-space: nowrap;
  display: block;
  float: left;
  height: 29px;
  line-height: 29px;
  font-size: 110%;
  overflow: hidden;
  text-decoration: none;
  z-index: 100;
  cursor: pointer;
  padding: 0 16px;
}

#sub-menu ul.menusub li span 
{
  padding: 0;
  margin: 0;
  height: 29px;
  line-height: 29px;
}

#sub-menu ul.menusub li.active a
{
  font-weight: bold;
}