/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 04 - Bluestone
  -----------------------------------
*/

#p7ABW1 {
	position: absolute;
	top: 57px;
	left: 0
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 70%;
}
#p7ABW1 .p7ABtrig a, #p7ABW2 .p7ABtrig a,
#p7ABW3 .p7ABtrig a, #p7ABW4 .p7ABtrig a,
#p7ABW5 .p7ABtrig a, #p7ABW6 .p7ABtrig a,
#p7ABW7 .p7ABtrig a, #p7ABW8 .p7ABtrig a,
#p7ABW9 .p7ABtrig a, #p7ABW10 .p7ABtrig a {
	display: block;
	height: 18px;
	text-decoration: none;
	background-color: transparent;
	letter-spacing: 0.01em;
	padding: 7px 0 3px 50px;
	color: #332e23;
	background-image: url(../images/menu/menuTabAcross.gif);
}
#p7ABW1 .p7ABtrig a:hover, #p7ABW2 .p7ABtrig a:hover,
#p7ABW3 .p7ABtrig a:hover, #p7ABW4 .p7ABtrig a:hover,
#p7ABW5 .p7ABtrig a:hover, #p7ABW6 .p7ABtrig a:hover,
#p7ABW7 .p7ABtrig a:hover, #p7ABW8 .p7ABtrig a:hover,
#p7ABW9 .p7ABtrig a:hover, #p7ABW10 .p7ABtrig a:hover {
	color: #006600;
	background-image: url(../images/menu/menuTabDown.gif);	
}
#p7ABW1 .p7ABtrig .p7ABtrig_down, #p7ABW2 .p7ABtrig .p7ABtrig_down,
#p7ABW3 .p7ABtrig .p7ABtrig_down, #p7ABW4 .p7ABtrig .p7ABtrig_down,
#p7ABW5 .p7ABtrig .p7ABtrig_down, #p7ABW6 .p7ABtrig .p7ABtrig_down,
#p7ABW7 .p7ABtrig .p7ABtrig_down, #p7ABW8 .p7ABtrig .p7ABtrig_down,
#p7ABW9 .p7ABtrig .p7ABtrig_down, #p7ABW10 .p7ABtrig .p7ABtrig_down {
	color: #332e23;
	letter-spacing: 0.01em;
	background-image: url(../images/menu/menuTabDown.gif);
}
/* heights for sections: 34px + 28px per additional item (1=34px, 2=62px, 3=90px, 4=118px) */
#p7ABc1_1, #p7ABc1_2, #p7ABc1_5 {
	height: 62px
}
#p7ABc1_3 {
	height: 34px
}
#p7ABc1_4 {
	height: 90px
}


/* panel content */
.p7ABcontent {
	font-size: 90%;
	padding: 8px 5px 0 20px;
	color: #332e23;
	background-color: #f2efe3;
	overflow: visible
}
.p7ABcontent a {
	display: block;
	padding-left: 5px;
	width: 107px;
	overflow: visible
}
	.p7ABcontent a:link, .p7ABcontent a:visited {
		border: 1px solid #c8c6b8;
	}
	.p7ABcontent a:hover, .p7ABcontent a:active {
		border: 1px solid #006600;
		background-image: url(../images/layout/arrow-right.gif);
		background-repeat: no-repeat;
		background-position: right center
	}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	color: #332e23;
	margin: 0px;
	letter-spacing: 0.01em;
	line-height: normal;
}
.p7ABcontent p {
	margin: 3px 0 3px 0;
}
.p7ABcontentCurrent {
	background-image: url(../images/layout/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center
}