/* trigger button */
#menuvert li {
	text-align: left;
	border-bottom: 1px solid white;
}
#menuvert {
	background: #380615;
}
family {
	display: block; 
	width: 250px; 
	height: 30px; 
	line-height: 30px; 
	font-size: 16px; 
}
.families a {
	padding: 0px 10px;
	color: white; 
	display: block;
	width: 230px;
	height: 30px; 
	line-height: 30px; 
	font-size: 16px;
}
.families a:hover {
	background-color: white;
	color: #380615;
}
.families .count {
	font-size: 70%;
}
.arrow {
	background-image: url(images/menus/arrow_right.png);
	background-repeat: no-repeat;
	background-position: 230px center;
}
/* tooltip styling */
.tooltip {
	font-size: 10px;
	display: none;
	min-height: 50px;
	color:#fff;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
}
/* a .label element inside tooltip */
.tooltip a {
	color: white;
	font-size: 12px;
	height: 18px; 
	line-height: 18px; 
	width: auto;
}
.tooltip a:hover {
	color: white;
	text-decoration: underline;
	background-color: transparent;
}

.tooltiptop {
	background-color: #180211;
	font-size: 10px;
	display: none;
	min-height: 50px;
	color:#fff;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
 /* outline radius for mozilla/firefox only */ 
    -moz-box-shadow:0 0 10px #000; 
    -webkit-box-shadow:0 0 10px #000; 
	z-index: 1000;
}
.tooltiptop a {
	color: white;
	font-size: 11px;
	height: 18px;
	line-height: 18px;
	width: auto;
	text-decoration: none;
}
.tooltiptop a:hover {
	text-decoration: underline;
}
