.menu2 {
  font-family: arial, verdana, sans-serif;
  position: relative;
}
.menu2, .menu2 .toggle {
  height: 25px;
  line-height: 25px;
}
.menu2 .toggle {
  color:#999999;
  padding-left:7px;
  font-size: 11px;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
}
.menu2 .toggle-hover {
  color:#C8C8C8;
}

.menu2 .items {
  position: absolute;
  left: 88px;
  top: 0;
}

.menu2 .items ul,
.menu2 .items li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu2 .items li {
  float: left;
  height: 25px;
  line-height: 25px;
  padding: 0 10px 0 0;
}
.menu2 .items a {
  font-size: 16px;
  font-weight: regular; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#AEC7CE;
  text-decoration: none;
}
.menu2 .items a:hover {
  color:#0099FF;
}
.menu2 .items a.current {
  color: #999;
}


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 0;}
.clearfix {display: block;}
/* End hide from IE-mac */


