.buttonDropup,
.buttonDropdown	{
	cursor:pointer;
	hasLayout:true;
	padding-right:25px;
	position:relative;
	vertical-align:top;
	z-index:10;
	zoom:1;
}
.buttonDropupArrow,
.buttonDropdownArrow	{
	background:url("/PAF/design/global/img/arrow_up.gif") center center no-repeat;
	border-left:1px solid #1F4488;
	display:inline-block;
	height:23px;
	position:absolute; top:0px; right:0px;
	width:20px;
	z-index:102;
}
.buttonDropdownArrow	{
	background-image:url("/PAF/design/global/img/arrow_down.gif");
}
.buttonDropupRow1,
.buttonDropdownRow1	{
	background: #1f4488;
	background: -moz-linear-gradient(top, #2a5fba 0%, #1f4488 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5fba), color-stop(100%,#1f4488));
	background: -webkit-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background: -o-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background: -ms-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background: linear-gradient(top, #2a5fba 0%,#1f4488 100%);
}
.buttonDropupRow2,
.buttonDropdownRow2	{
	background: #2a5fba;
	background: -moz-linear-gradient(top, #2a5fba 0%, #1f4488 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5fba), color-stop(100%,#1f4488));
	background: -webkit-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background: -o-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background: -ms-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background: linear-gradient(top, #2a5fba 0%,#1f4488 100%);
}
.buttonDropupRow1:hover,
.buttonDropdownRow1:hover	{
	background: #1f4488;
	background: -moz-linear-gradient(top, #1f4488 0%, #2a5fba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4488), color-stop(100%,#2a5fba));
	background: -webkit-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background: -o-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background: -ms-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background: linear-gradient(top, #1f4488 0%,#2a5fba 100%);
}
.buttonDropupRow2:hover,
.buttonDropdownRow2:hover	{
	background: #2a5fba;
	background: -moz-linear-gradient(top, #1f4488 0%, #2a5fba 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4488), color-stop(100%,#2a5fba));
	background: -webkit-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background: -o-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background: -ms-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background: linear-gradient(top, #1f4488 0%,#2a5fba 100%);
}
.buttonDropupCorners	{
	border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-webkit-border-radius:0px 0px 5px 5px;
}
.buttonDropdownCorners	{
	border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
}
.buttonDropup ul,
.buttonDropdown ul	{
	background:#255495;
	border:1px solid #1F4488;
	border-radius:5px 5px 0px 5px;
	-moz-border-radius:5px 5px 0px 5px;
	-webkit-border-radius:5px 5px 0px 5px;
	display:none;
	list-style:none;
	margin:0px;
	padding:0px!important;
	position:absolute; bottom:24px; right:-1px;
	text-align:left;
	z-index:101;
	zoom:1;
}
.buttonDropdown ul	{
	border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	bottom:auto;
	cursor:default;
	left:-1px;
	right:auto;
	top:24px;
}
.buttonDropup li,
.buttonDropdown li	{
	display:block;
	margin:0;
	padding:5px;
	position:relative;
	z-index:105;
}
.buttonDropup,
.buttonDropdown	{
	white-space:nowrap;
}
.buttonDropup li a,
.buttonDropdown li a	{
	clear:both;
	cursor:pointer;
	display:block;
	^float:left;
	margin:-5px;
	padding:5px;
}
.buttonDropup li a[class^="icon"],
.buttonDropdown li a[class^="icon"]	{
	min-height:16px;
	padding:5px 5px 5px 25px;
}

.buttonDropupRowExtended,
.buttonDropdownRowExtended	{
	background-image:url("/PAF/design/global/img/arrow_right.gif");
	background-position:right 5px;
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -moz-linear-gradient(top, #2a5fba 0%, #1f4488 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a5fba), color-stop(100%,#1f4488));
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -webkit-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -o-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -ms-linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background:url("/PAF/design/global/img/arrow_right.gif"), linear-gradient(top, #2a5fba 0%,#1f4488 100%);
	background-repeat:no-repeat;
}
.buttonDropupRowExtended:hover,
.buttonDropdownRowExtended:hover	{
	background-image:url("/PAF/design/global/img/arrow_right.gif");
	background-position:right 5px;
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -moz-linear-gradient(top, #1f4488 0%, #2a5fba 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1f4488), color-stop(100%,#2a5fba));
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -webkit-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -o-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px, -ms-linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background:url("/PAF/design/global/img/arrow_right.gif"), linear-gradient(top, #1f4488 0%,#2a5fba 100%);
	background:url("/PAF/design/global/img/arrow_right.gif") right 5px\9;
	background-repeat:no-repeat;
}
.buttonDropup li ul,
.buttonDropdown li ul	{
	border-radius:0px 5px 5px 5px;
	-moz-border-radius:0px 5px 5px 5px;
	-webkit-border-radius:0px 5px 5px 5px;
	float:left;
	position:absolute; top:-1px; bottom:auto; right:auto;
	z-index:110;
}
.buttonDropup li ul li,
.buttonDropdown li ul li	{
	display:block;
	z-index:112;
}
.buttonDropup li ul li:hover,
.buttonDropdown li ul li:hover	{
	background-color:#33598d;
}