@charset "utf-8";


a img {
  border-width: 0px;
}


#page_header_menu {
  width: 980px;
}

#page_header_menu .top {
  height: 38px;
  font-weight: bold;
}

.top ul {
  list-style: none;
  width: 980px;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.top ul li {
  display: inline;
  float: left;
  height: 38px;
  width: 109px;
  margin: 0;
}

.top ul li.active {
  background-image: none;
  background-color: #D90F0F;
}

* html .top ul li.active {
  width: 108px;
}

.top ul li a {
  display: block;
  line-height: 32px;
  color: #fff;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background:  url("tab_bg.jpg") no-repeat left top;
  padding-top: 6px;
  margin: 0;
}
.top ul li a:hover {
	color: #fff;
	background:  url("tab_bg.jpg") no-repeat left -38px;
	position: static;
}

.top ul li.active a,.top ul li.active a:hover {
  background: none;
}

.top ul li div {
  background-image: none;
  width: 100%;
}


.top ul>li#web-design_nav {
  width: 108px;
}

.top ul li#web-design_nav a {
  text-indent: 0px;
}


#page_header_menu .bot {
  height: 28px;
}

.bot ul {
  list-style: none;
  background-color: #D90F0F;
  width: 980px;
  float: left;
}

.bot ul.subnav_web_templates {
  padding-left: 10px;
}


.bot ul li {
  float: left;
  height: 28px;
  background:  url("subtab_leftbord.jpg") no-repeat right center;
  display: inline;
}

.bot ul li a {
  color: #fff;
  text-decoration: none;
  float: left;
  display: inline;
  padding: 0px 8px 0px;
}

.bot ul li a:hover {
  color: #fff; text-decoration: underline; position: static;
}

.bot ul li div {
  margin: 4px 8px 0px;
  float: left;
  display: inline;
}

