.menu {
  font-family: arial, verdana, sans-serif;
  position: relative;
}
.menu, .menu .toggle {
  height: 25px;
  line-height: 25px;
}
.menu .toggle {
	cursor: hand;
	cursor: pointer;
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height:auto;
	z-index: 99;
 	background:url(../img/menu-bg.gif) repeat-y;
}
.menu .toggle-hover {
  color: red;
}

.menu .items {
	position: absolute;
	left: 13px;
	z-index: 1;
}

.menu .items ul,
.menu .items li {
  padding: 0;
  margin: 0;
}
.menu .items li {

}
.menu .items a {

}
.menu .items a:hover {

}
.menu .items a.current {

}


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

.clearfix {display: inline-block;}

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

