a:focus {
outline: none;
}
a.trigger{
	position: absolute;
	background:#000000 url(../images/inject_left.png) 3% 50% no-repeat;
	text-decoration: none;
	font-size: 14px;
	letter-spacing:-1px;
	font-family: verdana, helvetica, arial, sans-serif;
	color:#fff;
	padding:4px 12px 6px 24px;
	font-weight: bold;
	z-index:2;
}

a.trigger.right {
	right: 0;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
	filter: alpha(opacity=87);
    -moz-opacity:0.87;
    opacity:0.87;
    -moz-box-shadow:0px 0px 20px #ffffff;
    -webkit-box-shadow:0px 0px 20px #ffffff;
    box-shadow:0px 0px 20px #ffffff;
}
a.trigger:hover {
	background-color:#fbaa23;
}
a.active.trigger {
	background:#fbaa23 url(../images/inject_right.png) 3% 50% no-repeat;
}
.panel {
	color:#fff;
	font-size: 12px;
	position: absolute;
	display: none;
	background: #252762;
	width: 170px;
	height: auto;
	z-index:1;
}
.panel:hover {
	color:#fbaa23;
}

.panel.right {
	right: 0;
	padding: 20px 30px 5px 20px;
	border-bottom-left-radius: 12px;
	border-top-left-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-top-left-radius: 12px;
}
.panel p {
	font-size:11px;
}