<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";
/* CSS Document */

/* dropmenu */
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 9998;
  width:864px;
  margin: 0 0 0 34px;
  padding: 0;
  filter:alpha(opacity=90);
/*  -moz-opacity: 0.9;
*/  opacity: 0.9;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  /*clear: both;*/
}
.dropmenu li{
  position: relative;
  width: 13%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li:nth-child(4){
  width: 21%;
}

.dropmenu li a{
  display: block;
  margin: 0;
  padding: 10px 0px;
  background: #455c6e;
  background: #bbb;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
	width: 100%!important;
}
.dropmenu li a span#free {
	font-size: 80%;
	font-weight: bold;
	color: red;
	margin-right: 5px;
}

.dropmenu li a#orange{
  background: #F49700;
}


.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 120%;
}
.dropmenu li ul li a{
  padding: 10px 10px;
  border-top: 1px solid #ccc;
  background: #455c6e;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #455c6e;
}
.dropmenu li a:hover{
  background: #354958;
}

.dropmenu li:hover > a#orange{
  background: #F49700;
}
.dropmenu li a#orange:hover{
  background: #E07D00;
}



#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}

