
.pop {
  position: absolute;
  display: inline;
}
 
.pop .pop_menu {
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
 
.pop .pop_toggle {
  background-image: url(icons/settings-24.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F6F6F6;
  width: 28px;
  height: 28px;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.active .pop_menu {
  display: block;
  //background-color: #F594A2;
  background-color: transparent;
  color: #fff;
  position: absolute;
  padding: .6em;
  width: 1.2em;
}

.active .pop_menu a { color: black; }
.active .pop_toggle {
  z-index: 2000;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(icons/settings-24.png);
}

.dropdown {
  color: #555;
  background-color: transparent;
  margin: 12px -22px 0 0;
  width: 10px;
  position: absolute;
  height: 110px;
  text-align:center;
}

.submenu {
  background: #E6E6E6;
  position: absolute;
  top: 20px;
  //left: -10px;
  left: -85px;
  z-index: 100;
  width: 100px;
  height:135px;
  //display: none;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px 2px 0px 2px;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.45);
}

.root {
  display: block;
  width: 96px;
  list-style:none;
  line-height:10px; 
  padding:2px 2px 2px 2px;
  margin-top:10px;
  font-size: 11px;
  border-top:1px solid #dedede;
  background-color:white; 
}

.submenu li a {
  color: black;
  display: block;
  background: #F6F6F6;
  font-family: arial;
  font-weight: bold;
  padding: 12px 0px 12px 0px;
  cursor: pointer;
  text-decoration:none;
}

.root li a:hover {
  background: #155FB0;
  color: #FFFFFF;
  text-decoration: none;
}

a.account {
  background: green;
  font-size: 11px;
  line-height: 0px;
  color: #555;
  position: absolute;
  z-index: 110;
  display: block;
  padding: 0px 0 0 3px;
  height: 0px;
  width: 110px;
  margin: 0px 0 0 0px;
  text-decoration: none;
  //background: url(icons/arrow.png) 116px 17px no-repeat;
  cursor:pointer;
}








