.trigger{
	border:1px solid #666666;
	width: 160px;
	height: 21px;
	background:url(/images/arrow.jpg) top right no-repeat #fff;
	display:block;
	padding: 2px 15px 0px 2px;
	color: #666666;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
}
.activetrigger{
	border:1px solid #666666;
	width:160px;
	display:block;
	background:#ccc;
	background:url(/images/arrow.jpg) top right no-repeat #fff;
	margin: 0px 0px 0px 0px;
	padding: 2px 15px 0px 2px;
	color: #666666;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration:none;
}

/* style of the UL */
.dropcontainer ul{
	background:#fff;
	border:1px solid #666666;
	border-bottom:none;
	list-style-type:none;
	width:160px;
	padding: 0;
	margin: 0;
	position:absolute;
	font-family: arial;
	font-weight: bold;
	font-size: 9pt;
}
.dropdownhidden{
	top:0;
	left:-999em;
}
.dropdownvisible{
	top:0;
	left:0;
}
.dropcontainer ul a{
	padding: 0px 0px 0px 2px;
	display:block;
	width:158px;
	text-decoration:none;
	color:#666;
	border-bottom:1px solid #999;
}
.dropcontainer ul a:hover{
	background:#ccc;
}
.dropcontainer{
	position:relative;
}
