@charset "utf-8";
/* CSS Document */

.tooltip {
	display:none;
	background:url(../images/dropdown.png);
	height:161px;
	width:174px;
	z-index:100;
}
.tooltip_sm {
	display:none;
	background:url(../images/dropdown-sm.png);
	height:109px;
	width:175px;
	z-index:100;
}
.tooltip ul,
.tooltip_sm ul{
	padding:27px 0 0 12px;
	list-style:none;
	}
	.tooltip li,
	.tooltip_sm li{
		padding:0;
		}
	.tooltip a:link,
	.tooltip a:visited,
	.tooltip_sm a:link,
	.tooltip_sm a:visited{
		font-size:10px;
		font-weight:bold;
		text-decoration:none;
		color:#ffffff;
		}
	.tooltip a:hover,
	.tooltip_sm a:hover{
		text-decoration:underline;
		}    
