.drop{
	display:none;
	position:absolute;
	z-index:1000000;
	background:#3F5BAE;
	width:176px;
	border-bottom:solid 1px #3F5BAE;
}
.drop ul{
	width:172px;
	padding:0px;
	margin:0px 0 0 2px;
	border-top:solid 2px #3F5BAE;
	border-bottom:solid 0px #3F5BAE;
}
.drop li{
	padding:0px;
	margin:0px 0px 0px 0px;
	line-height:22px;
	height:22px;
	border-bottom:solid 1px #3F5BAE; 
}
.drop li a{
	display: block;
	width:172px;
	line-height:22px;
	height:22px;
	text-align:left;
	font-size:10px;
	padding:0px 0px 0px 0px;
	text-indent:8px;
	margin:0px 0px 0px 0px;
	border:none;
	}
.drop li a:hover{
	background:#3F5BAE;
	color:#fff;
}


/**************************button*************************/

.actprov a, .acsearch a{
	display:block;
	color:#222;
	text-decoration:none;
	font: 13px Verdana, Arial, Helvetica, sans-serif;

	margin:0px 0px 20px -3px; 

}
#but, #acbut{
	width:259px;
	height:37px;
	background: url(../graphics/actbutton.jpg) no-repeat;
	text-indent:15px;
	line-height:27px;
	background-position:bottom;
}
#but:hover, #acbut:hover{
	color:#000;
	background-position:top;
}
#acbut{
	background: url(../graphics/acsearchbut.jpg) no-repeat;
	background-position:bottom;
	float:right;
	clear:left;
	margin:-6px 38px 0px 0px;
}

