/* CSS Document */

#page_header_menu .bot {
  height: 46px;
}

.bot ul {
  list-style: none;
  background-color: #D90F0F;
  width: 995px;
  float: left;
}

.bot ul.subnav_web_templates {
  background: url('/themes/default/images/subtab_act_lbg_first.jpg') no-repeat left top #D90F0F;
}

.bot ul.subnav_about {
  background-color: #E88503;
}

.bot ul.subnav_support {
  background-color: #659E17;
}

.bot ul li {
  float: left;
  height: 46px;
  background: url('/themes/default/images/subtab_leftbord.jpg') no-repeat right center;
  display: inline;
}
.bot ul li.submenu_li_lastchild {
  background: none;
}

.bot ul li a {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  float: left;
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.bot ul li a:hover {
  text-decoration: underline;
}

.bot ul li div {
  border: 1px solid #D90F0F;
  margin: 11px 8px 12px 8px;
  float: left;
  display: inline;
}
/* ---- for IE6 ------*/
.bot ul li div.submenu_div_firstchild {
  margin-left:32px;
}
.bot ul.subnav_web_templates li div.submenu_div_firstchild {
  margin-left:42px;
}
/*   --- #for IE6 ----*/
.bot>ul li div.submenu_div_firstchild {
  margin-left:28px;
}
.bot>ul.subnav_web_templates li div.submenu_div_firstchild {
  margin-left:39px;
}

.bot ul li.act_sub_menu a {
  background: url('/themes/default/images/subtab_rbg_act.jpg') no-repeat right top;
  color: #000;
  display: block;
  line-height: 15px;
}

.bot ul li.act_sub_menu a:hover {
  text-decoration: none;
}

.bot ul li.act_sub_menu div {
  background: url('/themes/default/images/subtab_lbg_act.jpg') no-repeat left top #fff;
  float: left;
  display: inline;
}

/*tab6-->  */
.bot ul.subnav_about li.act_sub_menu a {
  background: url('/themes/default/images/subtab_rbg_act_ye.jpg') no-repeat right top;
}

.bot ul.subnav_about li.act_sub_menu div {
  background: url('/themes/default/images/subtab_lbg_act_ye.jpg') no-repeat left top #fff;
}

.bot ul.subnav_about li div {
  border: 1px solid #E88503;
}

.bot ul.subnav_about li {
  background: url('/themes/default/images/subtab_leftbord_ye.jpg') no-repeat right center;
}
.bot ul.subnav_about li.submenu_li_lastchild {
  background: none;
}

/*tab5-->          */
.bot ul.subnav_support li.act_sub_menu a {
  background: url('/themes/default/images/subtab_rbg_act_gr.jpg') no-repeat right top;
}

.bot ul.subnav_support li.act_sub_menu div {
  background: url('/themes/default/images/subtab_lbg_act_gr.jpg') no-repeat left top #fff;
}

.bot ul.subnav_support li div {
  border: 1px solid #659E17;
}

.bot ul.subnav_support li {
  background: url('/themes/default/images/subtab_leftbord_gr.jpg') no-repeat right center;
}
.bot ul.subnav_support li.submenu_li_lastchild {
  background: none;
}
