.deviant {
	width: 300px;
	z-index: 100;
}

.deviant, .deviant li {
	position: relative;
}

.deviant, .deviant ul, .deviant ul li {		
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:12px;
}

.deviant ul li ul {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
	font-size:12px;
}

.deviant ul li:hover > ul { 
	display: block;
}


.deviant a {
	height: auto;
	display: block;
	white-space: nowrap;
	width: 100%;
}

#stacked .deviant {
  clear: both; /* Optional */
}

#stacked .deviant a {
  color: #868686;
  text-decoration: none;
}

#stacked .deviant a:hover {
  color: #3e3e3e;
}


#stacked .deviant, #stacked .deviant li, #stacked .deviant ul {
  background-color: #ffffff;
}

#stacked .deviant li a {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 4px 30px 4px 0px;
  margin: 0;
  cursor: pointer;
  height: 16px;
}

#stacked .deviant .right {
  font-size:12px;
}

#stacked .deviant .left {  
  font-size:12px;
  font-weight: bold;
}

#stacked .deviant .left:hover {
  font-size:12px;
}	

  #stacked .deviant .left a {
    color: #222426;
  }
